mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: libmatemixer: Update to 1.26.0.
* gnu/packages/mate.scm (libmatemixer): Update to 1.26.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
a20e6f2537
commit
17b625e31a
1 changed files with 2 additions and 2 deletions
|
@ -415,14 +415,14 @@ (define-public mate-settings-daemon
|
||||||
(define-public libmatemixer
|
(define-public libmatemixer
|
||||||
(package
|
(package
|
||||||
(name "libmatemixer")
|
(name "libmatemixer")
|
||||||
(version "1.24.1")
|
(version "1.26.0")
|
||||||
(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) "/"
|
||||||
"libmatemixer-" version ".tar.xz"))
|
"libmatemixer-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1n6rq7k66zvfd6sb7h92xihh021w9hysfa4yd1mzjcbb7c62ybqx"))))
|
(base32 "1wcz4ppg696m31f5x7rkyvxxdriik2vprsr83b4wbs97bdhcr6ws"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config intltool gobject-introspection))
|
(list pkg-config intltool gobject-introspection))
|
||||||
|
|
Loading…
Reference in a new issue