mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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
|
||||
(package
|
||||
(name "mate-backgrounds")
|
||||
(version "1.18.0")
|
||||
(version "1.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1100,7 +1100,7 @@ (define-public mate-backgrounds
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"06q8ksjisijps2wn959arywsimhzd3j35mqkr048c26ck24d60zi"))))
|
||||
"1j9ch04qi2q4mdcvb92w667ra9hpfdf2bfpi1dpw0nbph7r6qvj9"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)))
|
||||
|
|
Loading…
Reference in a new issue