me
/
guix
Archived
1
0
Fork 0

gnu: gnome-backgrounds: Update to 3.34.0.

* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.34.0.

(cherry picked from commit 873082931dd5e25320cc77c7ba2bec1e36520f46)
master
Kei Kebreau 2019-12-14 23:08:32 -05:00
parent 8a7afc8159
commit 0856b0d976
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -7546,7 +7546,7 @@ is complete it provides a graphical representation of each selected folder.")
(define-public gnome-backgrounds (define-public gnome-backgrounds
(package (package
(name "gnome-backgrounds") (name "gnome-backgrounds")
(version "3.32.0") (version "3.34.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -7555,7 +7555,7 @@ is complete it provides a graphical representation of each selected folder.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1s5krdmd3md44p1fgr2lqm5ifxb8s1vzx6hm11sb4cgzr4dw6lrz")))) "0zxlwy55fz7i582hch2wnj8zy1kzikssgaix0l2y41ccp5nzpdy2"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("intltool" ,intltool))) `(("intltool" ,intltool)))