gnu: libmatemixer: Update to 1.24.0.

* gnu/packages/mate.scm (libmatemixer): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Jonathan Brielmaier 2020-03-30 15:21:52 +02:00 committed by Ludovic Courtès
parent d4c466b754
commit 900db20624
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -450,7 +450,7 @@ configuration program to choose applications starting on login.")
(define-public libmatemixer
(package
(name "libmatemixer")
(version "1.22.0")
(version "1.24.0")
(source
(origin
(method url-fetch)
@ -458,7 +458,7 @@ configuration program to choose applications starting on login.")
name "-" version ".tar.xz"))
(sha256
(base32
"1v0gpr55gj4mj8hzxbhgzrmhaxvs2inxhsmirvjw39sc7iplvrh9"))))
"08vkdp2kzy27xwscwp2jj5nz0yblrka2482l6cx3wl4dnk0rpznm"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)