mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: mate-desktop: Update to 1.24.1.
* gnu/packages/mate.scm (mate-desktop): Update to 1.24.1. [source]: Hard-code NAME.
This commit is contained in:
parent
9765e2de2f
commit
5f6589281f
1 changed files with 3 additions and 4 deletions
|
@ -223,15 +223,14 @@ (define-public mate-themes
|
|||
(define-public mate-desktop
|
||||
(package
|
||||
(name "mate-desktop")
|
||||
(version "1.24.0")
|
||||
(version "1.24.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
"mate-desktop-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0l4bbj6nz315s5ndq5sw1jcgi3s1whk59bj12c4mbpsvmlb33adg"))))
|
||||
(base32 "1nd1dn8mm1z6x4r68a25q4vzys1a6fmbzc94ss1z1n1872pczs6i"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue