gnu: mate-desktop: Update to 1.26.1.
* gnu/packages/mate.scm (mate-desktop): Update to 1.26.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
a7233e99da
commit
1c814ec90b
1 changed files with 2 additions and 2 deletions
|
@ -221,14 +221,14 @@ (define-public mate-themes
|
|||
(define-public mate-desktop
|
||||
(package
|
||||
(name "mate-desktop")
|
||||
(version "1.24.1")
|
||||
(version "1.26.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
||||
"mate-desktop-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1nd1dn8mm1z6x4r68a25q4vzys1a6fmbzc94ss1z1n1872pczs6i"))))
|
||||
(base32 "04d2h1y5v225xzwsrf57cy281fr1k3rx70akjdhbs6mc4y56dl8j"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
|
|
Loading…
Reference in a new issue