mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: mate-applets: Update to 1.24.1.
* gnu/packages/mate.scm (mate-applets): Update to 1.24.1. [source]: Hard-code NAME.
This commit is contained in:
parent
723e99faba
commit
7e5585ed41
1 changed files with 3 additions and 4 deletions
|
@ -528,15 +528,14 @@ (define-public mate-menus
|
|||
(define-public mate-applets
|
||||
(package
|
||||
(name "mate-applets")
|
||||
(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-applets-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nm3amb3v458mxv1mbz9y8f4230gldmydmkkm7vqxsrxbccynkxq"))))
|
||||
(base32 "0h70i4x3bk017pgv4zn280682wm58vwdjm7kni91ni8rmblnnvyp"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue