lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 23d6df9ae958149fd4431de71ab7299d6d2672dd
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:39:13 2021 +0100
gnu: amtk: Update to 5.2.0.
* gnu/packages/gnome.scm (amtk): Update to 5.2.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 658bdd9..ad153c9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5528,7 +5528,7 @@ which are easy to play with the aid of a mouse.")
(define-public amtk
(package
(name "amtk")
- (version "5.0.2")
+ (version "5.2.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/amtk/"
@@ -5536,7 +5536,7 @@ which are easy to play with the aid of a mouse.")
"amtk-" version ".tar.xz"))
(sha256
(base32
- "11jgz2i9wjzv4alrxl1qyxiapb52w7vs5ygfgsw0qgdap8gqkk3i"))))
+ "0y3hmmflw4i0y0yb9a8rlihbv3cbwnvdcf1n5jycwzpq9jxla1c2"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-gtk-doc")))