mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: libmatemixer: Update to 1.28.0.
* gnu/packages/mate.scm (libmatemixer): Update to 1.28.0. Change-Id: I05baa1aecb4bc40ba34ce59ae41e64e906eefda6 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
6eee3c5626
commit
4a7a6aabe7
1 changed files with 2 additions and 2 deletions
|
@ -415,14 +415,14 @@ (define-public mate-settings-daemon
|
|||
(define-public libmatemixer
|
||||
(package
|
||||
(name "libmatemixer")
|
||||
(version "1.26.0")
|
||||
(version "1.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
||||
"libmatemixer-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1wcz4ppg696m31f5x7rkyvxxdriik2vprsr83b4wbs97bdhcr6ws"))))
|
||||
(base32 "1ix0f3c40b535wsvbc9d4q7c6inf5d9ync4m7j76hq3z74ibjwsx"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config intltool gobject-introspection))
|
||||
|
|
Loading…
Reference in a new issue