diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 00:16:55 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:33:21 -0500 |
commit | 44350d23da826731adc187b478e00b2601ab78dc (patch) | |
tree | 01b40b95b6e3c6cda4bd29e28abe19f3f69247c2 /gnu | |
parent | 8d2952e351d497964ce58fe9c983518f7abdf2d9 (diff) | |
download | guix-44350d23da826731adc187b478e00b2601ab78dc.tar guix-44350d23da826731adc187b478e00b2601ab78dc.tar.gz |
gnu: gtk+: Update to 3.22.6.
* gnu/packages/gtk.scm (gtk+): Update to 3.22.6.
Diffstat (limited to 'gnu')
-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 99ada9c3ab..170d865879 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -649,7 +649,7 @@ application suites.") (define-public gtk+ (package (inherit gtk+-2) (name "gtk+") - (version "3.20.9") + (version "3.22.6") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -657,7 +657,7 @@ application suites.") name "-" version ".tar.xz")) (sha256 (base32 - "05xcwvy68p7f4hdhi4bgdm3aycvqqr4pr5kkkr8ba91l5yx0k9l3")) + "0bqpx8825b1fdjmz14wq20zq58gq1yi1p5xjps8l6zqid8hmm9zb")) (patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch" "gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch")))) (outputs '("out" "bin" "doc")) |