diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-13 16:59:15 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-13 21:52:26 +0200 |
commit | 7b487df99571dc28e104f5fa4fa1c78930c06f5e (patch) | |
tree | d3ea7e513c8c5af897c5d5e1b409a37fe1ea8312 /gnu/packages | |
parent | ad9e03e918b032cf18bc4debfcb2648734835486 (diff) | |
download | gnu-guix-7b487df99571dc28e104f5fa4fa1c78930c06f5e.tar gnu-guix-7b487df99571dc28e104f5fa4fa1c78930c06f5e.tar.gz |
gnu: vte: Update to 0.50.1.
* gnu/packages/gnome.scm (vte): Update to 0.50.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6bd0b9cfa4..81a84426c4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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) |