~ruther/guix-local

7b487df99571dc28e104f5fa4fa1c78930c06f5e — Tobias Geerinckx-Rice 8 years ago ad9e03e
gnu: vte: Update to 0.50.1.

* gnu/packages/gnome.scm (vte): Update to 0.50.1.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -2
@@ 2015,7 2015,7 @@ libraries written in C.")
(define-public vte
  (package
    (name "vte")
    (version "0.48.3")
    (version "0.50.1")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"


@@ 2023,7 2023,7 @@ libraries written in C.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
                "1hsqc7238862mqnva5qqdfxnhpwq3ak6zx6kbjj95cs04wcgpad3"))))
                "1hm88nn1r38fszz770v6dgzgx208ywz4n087n4fhw5kkwpihh5yg"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("pkg-config" ,pkg-config)