gnu: xwallpaper: Update to 0.7.3.

* gnu/packages/xdisorg.scm (xwallpaper): Update to 0.7.3.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Xinglu Chen 2021-09-04 20:35:11 +02:00 committed by Nicolas Goaziou
parent d5753f1d19
commit 6940a57abd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2452,7 +2452,7 @@ (define-public jgmenu
(define-public xwallpaper
(package
(name "xwallpaper")
(version "0.6.6")
(version "0.7.3")
(source
(origin
(method git-fetch)
@ -2461,7 +2461,7 @@ (define-public xwallpaper
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "10klm81rs3k3l2i7whpvcsg95x51ja11l86fmwbrvg3kq705p2sr"))))
(base32 "1rsv42cl0s149sbpdxz9yqqjip3si95jv3dglwzrcm7pjfg7519v"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)