mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: backgrounds: Update to 1.22.0.
* gnu/packages/mate.scm (backgrounds): Update to 1.22.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
d96a83b883
commit
9c688deccc
1 changed files with 2 additions and 2 deletions
|
@ -1091,7 +1091,7 @@ (define-public mate-calc
|
||||||
(define-public mate-backgrounds
|
(define-public mate-backgrounds
|
||||||
(package
|
(package
|
||||||
(name "mate-backgrounds")
|
(name "mate-backgrounds")
|
||||||
(version "1.18.0")
|
(version "1.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1100,7 +1100,7 @@ (define-public mate-backgrounds
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06q8ksjisijps2wn959arywsimhzd3j35mqkr048c26ck24d60zi"))))
|
"1j9ch04qi2q4mdcvb92w667ra9hpfdf2bfpi1dpw0nbph7r6qvj9"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)))
|
`(("intltool" ,intltool)))
|
||||||
|
|
Loading…
Reference in a new issue