me
/
guix
Archived
1
0
Fork 0

gnu: marco: Update to 1.24.1.

* gnu/packages/mate.scm (marco): Update to 1.24.1.
master
Tobias Geerinckx-Rice 2020-08-11 04:41:53 +02:00
parent 92b9cdd569
commit 2b00bf2459
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -1014,15 +1014,14 @@ of various aspects of your desktop.")
(define-public marco
(package
(name "marco")
(version "1.24.0")
(version "1.24.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"0hcbyv8czymhwz5q9rwig7kkhlhik6y080bls736f3wsbqnnirc2"))))
(base32 "109b41pjrc1b4slw6sx1lakdhrc46x829vczzk4bz3j15kcszg54"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)