gnu: marco: Update to 1.24.1.
* gnu/packages/mate.scm (marco): Update to 1.24.1.
This commit is contained in:
parent
92b9cdd569
commit
2b00bf2459
1 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue