mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: noice: Update to 0.8.
* gnu/packages/suckless.scm (noice): Update to 0.8.
This commit is contained in:
parent
afa4f88841
commit
30c9e096e0
1 changed files with 2 additions and 3 deletions
|
@ -496,15 +496,14 @@ (define-public prout
|
|||
(define-public noice
|
||||
(package
|
||||
(name "noice")
|
||||
(version "0.7")
|
||||
(version "0.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dl.2f30.org/releases/"
|
||||
"noice-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03b0kzngzacfpz4n8lgbvia2s765i5bkw55v482hh4m49dm41gpc"))))
|
||||
(base32 "0g01iwzscdv27c1idv93gd74kjzy3n9kazgm6qz08rygp96qx4xw"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
|
|
Loading…
Reference in a new issue