mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: mate-backgrounds: Update to 1.24.1.
* gnu/packages/mate.scm (mate-backgrounds): Update to 1.24.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b30b55b3ee
commit
66adc72e7a
1 changed files with 2 additions and 2 deletions
|
@ -1128,7 +1128,7 @@ (define-public mate-calc
|
|||
(define-public mate-backgrounds
|
||||
(package
|
||||
(name "mate-backgrounds")
|
||||
(version "1.22.0")
|
||||
(version "1.24.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1136,7 +1136,7 @@ (define-public mate-backgrounds
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1j9ch04qi2q4mdcvb92w667ra9hpfdf2bfpi1dpw0nbph7r6qvj9"))))
|
||||
"0b9yx68p9l867bqsl9z2g4wrs8p396ls673jgaliys5snmk8n8dn"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)))
|
||||
|
|
Loading…
Reference in a new issue