Archived
1
0
Fork 0

gnu: marco: Update to 1.24.1.

* gnu/packages/mate.scm (marco): Update to 1.24.1.
This commit is contained in:
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

View file

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