diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-10-15 23:36:00 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-10-15 23:42:15 +0800 |
commit | 9fe2e17dd1b129605603f3e1271a4ae020d0a12e (patch) | |
tree | 764b39f59cd4f33eacc015e2a785afba064ad090 /gnu/packages/gtk.scm | |
parent | 9fbfb4ecb041ff9e1e633be90d45e76360b7fd44 (diff) | |
download | guix-9fe2e17dd1b129605603f3e1271a4ae020d0a12e.tar guix-9fe2e17dd1b129605603f3e1271a4ae020d0a12e.tar.gz |
gnu: gtk+: Update to 3.18.2.
* gnu/packages/gtk.scm (gtk+): Update to 3.18.2.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index e5f2c65ed9..678d7f4d08 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -514,7 +514,7 @@ application suites.") (define-public gtk+ (package (inherit gtk+-2) (name "gtk+") - (version "3.16.6") + (version "3.18.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -522,7 +522,7 @@ application suites.") name "-" version ".tar.xz")) (sha256 (base32 - "1gpzlnfrifc17yfk0zki6b2vmsfpf5cmrbh232s6iaan11np44jd")))) + "0lp1hn0qydxx03bianzzr0a4maqzsvylrkzr7c3p0050qihwbgjx")))) (propagated-inputs `(("at-spi2-atk" ,at-spi2-atk) ("atk" ,atk) |