Update pick-random-wallpaper version
This commit is contained in:
parent
e7bac680ad
commit
de5e85d9c6
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
#:use-module (gnu packages image-viewers))
|
#:use-module (gnu packages image-viewers))
|
||||||
|
|
||||||
(define-public pick-random-wallpaper
|
(define-public pick-random-wallpaper
|
||||||
(let ((commit "abc336dea1187f9d115a062d389c7c5ec730c144")
|
(let ((commit "6ab43c64aa34c6a13705435f7825d183a59544d8")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "pick-random-wallpaper")
|
(name "pick-random-wallpaper")
|
||||||
|
@ -22,10 +22,10 @@
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "074iack66w32f54ldinrr8kf6b9pp0dx81qp0sjv6jbvgwp9daax"))
|
(base32 "1vkns0a46adaxx0qrw1iq3af1zmc3wy7gmsid0v8893a2688842d"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list findutils bash herbstluftwm xwininfo grep sed coreutils feh))
|
(list findutils bash herbstluftwm xwininfo coreutils feh))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; There is no test suite.
|
`(#:tests? #f ; There is no test suite.
|
||||||
|
|
Loading…
Reference in a new issue