~ruther/guix-local

f2da7c861b9b91d2c3952ff1d1481f026d53af0d — Marius Bakke 8 years ago 7429723
gnu: vte: Update to 0.48.3.

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

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


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