mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ configuration program to choose applications starting on login.")
|
|||
(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…
Add table
Add a link
Reference in a new issue