gnu: xwallpaper: Update to 0.6.5.
* gnu/packages/xdisorg.scm (xwallpaper): Update to 0.6.5.master
parent
62b8bbc2c2
commit
00466df44a
|
@ -2108,7 +2108,7 @@ can optionally use some appearance settings from XSettings, tint2 and GTK.")
|
||||||
(define-public xwallpaper
|
(define-public xwallpaper
|
||||||
(package
|
(package
|
||||||
(name "xwallpaper")
|
(name "xwallpaper")
|
||||||
(version "0.6.4")
|
(version "0.6.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2117,8 +2117,7 @@ can optionally use some appearance settings from XSettings, tint2 and GTK.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "121ai4dc0v65qk12gn9w62ixly8hc8a5qrygkbb82vy8ck4jqxj7"))))
|
||||||
"175fzifvia58vah2x7509drvfn3xfv5d9szgh9x1w1a1w8rcs2hx"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Reference in New Issue