1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 06:00:36 +02:00

gnu: gtkmm: Update to 3.24.1.

* gnu/packages/gtk.scm (gtkmm): Update to 3.24.1.
This commit is contained in:
Ludovic Courtès
2019-10-14 18:25:13 +02:00
parent 7a6bbe9b68
commit 29ea9e14ee

View File

@@ -1093,7 +1093,7 @@ toolkit.")
(define-public gtkmm
(package
(name "gtkmm")
(version "3.24.0")
(version "3.24.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1101,7 +1101,7 @@ toolkit.")
name "-" version ".tar.xz"))
(sha256
(base32
"0hxaq4x9jqj8vvnv3sb6nwapz83v8lclbm887qqci0g50llcjpyg"))))
"1zfj89spr8ianib5y10wcw63ybdmyjy58a15vqs0m8jq4knl5znx"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("glib" ,glib "bin") ;for 'glib-compile-resources'