gnu: libmatemixer: Update to 1.24.1.

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

View file

@ -430,15 +430,14 @@ (define-public mate-settings-daemon
(define-public libmatemixer
(package
(name "libmatemixer")
(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"))
"libmatemixer-" version ".tar.xz"))
(sha256
(base32
"08vkdp2kzy27xwscwp2jj5nz0yblrka2482l6cx3wl4dnk0rpznm"))))
(base32 "1n6rq7k66zvfd6sb7h92xihh021w9hysfa4yd1mzjcbb7c62ybqx"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)