me
/
guix
Archived
1
0
Fork 0

gnu: amtk: Update to 5.5.1.

* gnu/packages/gnome.scm (amtk): Update to 5.5.1.
master
Maxim Cournoyer 2022-09-09 00:29:06 -04:00
parent 722548a624
commit a13849dc55
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -5949,7 +5949,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.3.1") (version "5.5.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/amtk/" (uri (string-append "mirror://gnome/sources/amtk/"
@ -5957,7 +5957,7 @@ which are easy to play with the aid of a mouse.")
"amtk-" version ".tar.xz")) "amtk-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"12v3nj1bb7507ndprjggq0hpz8k719b4bwvl8sm43p3ibmn27anm")))) "176vplk3inf0pp0prma8478hp0yhziq0krp5a9l47hg22z86v2gc"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
(list gobject-introspection (list gobject-introspection