summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-03 04:26:24 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-03 05:06:47 +0100
commit0e08ca14544f9a550fa94c2db9f6ed9f0220ef2c (patch)
treee46605f1f56d2470388cc8f62e751e917b46dddb
parente82cf6c68750fee79f2971954318f4647e80d41c (diff)
downloadpatches-0e08ca14544f9a550fa94c2db9f6ed9f0220ef2c.tar
patches-0e08ca14544f9a550fa94c2db9f6ed9f0220ef2c.tar.gz
gnu: amtk: Update to 5.0.2.
* gnu/packages/gnome.scm (amtk): Update to 5.0.2.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1c4bf7558a..efdbd22e08 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4412,7 +4412,7 @@ which are easy to play with the aid of a mouse.")
(define-public amtk
(package
(name "amtk")
- (version "5.0.1")
+ (version "5.0.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/amtk/"
@@ -4420,7 +4420,7 @@ which are easy to play with the aid of a mouse.")
"amtk-" version ".tar.xz"))
(sha256
(base32
- "09yy95w1s83c43mh9vha1jbb780yighf5pd2j0ygjmc68sjg871d"))))
+ "11jgz2i9wjzv4alrxl1qyxiapb52w7vs5ygfgsw0qgdap8gqkk3i"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-gtk-doc")))