mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: conky: Update to 1.11.5.
* gnu/packages/conky.scm (conky): Update to 1.11.5.
This commit is contained in:
parent
fa8ef3ed70
commit
d7c2c4bda5
1 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ (define-public conky
|
||||||
(package
|
(package
|
||||||
(name "conky")
|
(name "conky")
|
||||||
(home-page "https://github.com/brndnmtthws/conky")
|
(home-page "https://github.com/brndnmtthws/conky")
|
||||||
(version "1.11.3")
|
(version "1.11.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -46,10 +46,10 @@ (define-public conky
|
||||||
(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 "0pdl31xvmy8niagzqx9sd2b6hc6lzwfiaz66m4djf1gz9bksc8qv"))))
|
(base32 "1a75ss48mn9pknrxy33dh5rdgm67a5kpddsyqfhlcn1761kfzzyp"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; there are no tests
|
`(#:tests? #f ; there are no tests
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list "-DRELEASE=true")
|
(list "-DRELEASE=true")
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Reference in a new issue