me
/
guix
Archived
1
0
Fork 0

gnu: amtk: Update to 5.0.2.

* gnu/packages/gnome.scm (amtk): Update to 5.0.2.
master
Tobias Geerinckx-Rice 2020-03-03 04:26:24 +01:00
parent e82cf6c687
commit 0e08ca1454
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4412,7 +4412,7 @@ which are easy to play with the aid of a mouse.")
(define-public amtk (define-public amtk
(package (package
(name "amtk") (name "amtk")
(version "5.0.1") (version "5.0.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/amtk/" (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")) "amtk-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"09yy95w1s83c43mh9vha1jbb780yighf5pd2j0ygjmc68sjg871d")))) "11jgz2i9wjzv4alrxl1qyxiapb52w7vs5ygfgsw0qgdap8gqkk3i"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--enable-gtk-doc"))) '(#:configure-flags '("--enable-gtk-doc")))