diff options
author | Roel Janssen <roel@gnu.org> | 2018-04-28 01:44:29 +0200 |
---|---|---|
committer | Roel Janssen <roel@gnu.org> | 2018-04-28 01:44:29 +0200 |
commit | 6a71d454de3d75b5abc74d09c38ff6ba9b2f0f9a (patch) | |
tree | bf74226d8f0c2c0117083df4184bd427f980b57b /gnu | |
parent | d36d5229ed331c347bc107d8568e9ebabc04b7d1 (diff) | |
download | patches-6a71d454de3d75b5abc74d09c38ff6ba9b2f0f9a.tar patches-6a71d454de3d75b5abc74d09c38ff6ba9b2f0f9a.tar.gz |
gnu: vte: Update to 0.52.1.
* gnu/packages/gnome.scm (vte): Update to 0.52.1.
Diffstat (limited to 'gnu')
-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 f0f19a8f7c..8ae487b3f1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2062,7 +2062,7 @@ libraries written in C.") (define-public vte (package (name "vte") - (version "0.50.2") + (version "0.52.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -2070,7 +2070,7 @@ libraries written in C.") name "-" version ".tar.xz")) (sha256 (base32 - "1kq9bxf7waap190zx5k78d21y3l31npblrnhfkxz4j7zz9mk3pbr")))) + "1lva70inb5y8p42rg95fb88z2ybwcz0lybla3ixbgp2sj0s4rzdh")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |