mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: amtk: Update to 5.0.2.
* gnu/packages/gnome.scm (amtk): Update to 5.0.2.
This commit is contained in:
parent
e82cf6c687
commit
0e08ca1454
1 changed files with 2 additions and 2 deletions
|
@ -4412,7 +4412,7 @@ (define-public aisleriot
|
|||
(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 @@ (define-public amtk
|
|||
"amtk-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"09yy95w1s83c43mh9vha1jbb780yighf5pd2j0ygjmc68sjg871d"))))
|
||||
"11jgz2i9wjzv4alrxl1qyxiapb52w7vs5ygfgsw0qgdap8gqkk3i"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--enable-gtk-doc")))
|
||||
|
|
Loading…
Reference in a new issue