lilyp pushed a commit to branch gnome-team
in repository guix.
commit 5d701ff8b63255dffe93c8ffe2902246f3d56fb4
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Aug 17 10:47:52 2024 +0200
gnu: atkmm: Update to 2.36.3.
* gnu/packages/gtk.scm (atkmm): Update to 2.36.3.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 483ba63b0a..9b4bdf04c5 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1832,7 +1832,7 @@ text rendering library.")
(define-public atkmm
(package
(name "atkmm")
- (version "2.36.2")
+ (version "2.36.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1840,7 +1840,7 @@ text rendering library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0yg0v8f0xms2cfj1r9q6yrl4757wrivpb4q56rbmx626yycxsqkg"))))
+ "0x2rdjmgmxza83lznss69nz7z6ny1cbh1ih2fbdhmpn4l3m69hkf"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments