gnu: conky: Update to 1.19.4.
* gnu/packages/conky.scm (conky): Update to 1.19.4.master
parent
0dc83ce53b
commit
6b4d305b19
|
@ -40,7 +40,7 @@
|
||||||
(package
|
(package
|
||||||
(name "conky")
|
(name "conky")
|
||||||
(home-page "https://github.com/brndnmtthws/conky")
|
(home-page "https://github.com/brndnmtthws/conky")
|
||||||
(version "1.19.3")
|
(version "1.19.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
(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 "079s6icvcrryhj71qya4rnyc6pdjq488l0gjqrrblycgzppn1pas"))))
|
(base32 "03zzssdg1qdv83p4c3dbjgr0g1n0spc0ndk9bds1rd2n82i6g6sy"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Reference in New Issue