gnu: gtk+-2: Update to 2.24.33.
* gnu/packages/gtk.scm (gtk+-2) [version]: Update to 2.24.33. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
This commit is contained in:
parent
e0fc4c1fa7
commit
10b31b5eac
1 changed files with 2 additions and 2 deletions
|
@ -825,7 +825,7 @@ is part of the GNOME accessibility project.")
|
||||||
(define-public gtk+-2
|
(define-public gtk+-2
|
||||||
(package
|
(package
|
||||||
(name "gtk+")
|
(name "gtk+")
|
||||||
(version "2.24.32")
|
(version "2.24.33")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -833,7 +833,7 @@ is part of the GNOME accessibility project.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bjq7ja9gwcv6n5q4qkvdjjx40wsdiikksz1zqxvxsm5vlyskj5n"))
|
"1nn6kks1zyvb5xikr9y2k7r9bwjy1g4b0m0s66532bclymbwfamc"))
|
||||||
(patches (search-patches "gtk2-respect-GUIX_GTK2_PATH.patch"
|
(patches (search-patches "gtk2-respect-GUIX_GTK2_PATH.patch"
|
||||||
"gtk2-respect-GUIX_GTK2_IM_MODULE_FILE.patch"
|
"gtk2-respect-GUIX_GTK2_IM_MODULE_FILE.patch"
|
||||||
"gtk2-theme-paths.patch"))))
|
"gtk2-theme-paths.patch"))))
|
||||||
|
|
Reference in a new issue