mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xwallpaper: Update to 0.6.5.
* gnu/packages/xdisorg.scm (xwallpaper): Update to 0.6.5.
This commit is contained in:
parent
62b8bbc2c2
commit
00466df44a
1 changed files with 2 additions and 3 deletions
|
@ -2108,7 +2108,7 @@ (define-public jgmenu
|
|||
(define-public xwallpaper
|
||||
(package
|
||||
(name "xwallpaper")
|
||||
(version "0.6.4")
|
||||
(version "0.6.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2117,8 +2117,7 @@ (define-public xwallpaper
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"175fzifvia58vah2x7509drvfn3xfv5d9szgh9x1w1a1w8rcs2hx"))))
|
||||
(base32 "121ai4dc0v65qk12gn9w62ixly8hc8a5qrygkbb82vy8ck4jqxj7"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in a new issue