gnu: mate-applets: Update to 1.24.1.

* gnu/packages/mate.scm (mate-applets): Update to 1.24.1.
[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-19 04:00:13 +02:00
parent 723e99faba
commit 7e5585ed41
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -528,15 +528,14 @@ (define-public mate-menus
(define-public mate-applets
(package
(name "mate-applets")
(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"))
"mate-applets-" version ".tar.xz"))
(sha256
(base32
"0nm3amb3v458mxv1mbz9y8f4230gldmydmkkm7vqxsrxbccynkxq"))))
(base32 "0h70i4x3bk017pgv4zn280682wm58vwdjm7kni91ni8rmblnnvyp"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)