mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mate-panel: Update to 1.28.2.
* gnu/packages/mate.scm (mate-panel): Update to 1.28.2. Change-Id: I0f04112256e6c60eb58af91e78006c475fc79f2a Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
e27e9ec4f6
commit
9e88428247
1 changed files with 2 additions and 2 deletions
|
@ -611,14 +611,14 @@ mate-volume-control, a MATE volume control application and applet.")
|
||||||
(define-public mate-panel
|
(define-public mate-panel
|
||||||
(package
|
(package
|
||||||
(name "mate-panel")
|
(name "mate-panel")
|
||||||
(version "1.26.3")
|
(version "1.28.2")
|
||||||
(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) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ag03lbslsqva5ycrnv6ksm304s8miav42n7iklsf2s54zai0gzk"))))
|
(base32 "0cxsmp92cpvlvqfjxzc0bmzg0v4hpccxzz84894ih9xa6zl472k7"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue