gnu: noice: Update to 0.8.
* gnu/packages/suckless.scm (noice): Update to 0.8.
This commit is contained in:
parent
afa4f88841
commit
30c9e096e0
|
@ -496,15 +496,14 @@ cups server to be installed.")
|
||||||
(define-public noice
|
(define-public noice
|
||||||
(package
|
(package
|
||||||
(name "noice")
|
(name "noice")
|
||||||
(version "0.7")
|
(version "0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://dl.2f30.org/releases/"
|
(uri (string-append "https://dl.2f30.org/releases/"
|
||||||
"noice-" version ".tar.gz"))
|
"noice-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0g01iwzscdv27c1idv93gd74kjzy3n9kazgm6qz08rygp96qx4xw"))))
|
||||||
"03b0kzngzacfpz4n8lgbvia2s765i5bkw55v482hh4m49dm41gpc"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Loading…
Reference in New Issue