me
/
guix
Archived
1
0
Fork 0

gnu: noice: Don't use NAME in source URI.

* gnu/packages/suckless.scm (noice)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-04-11 03:03:53 +02:00
parent 0e68435751
commit afa4f88841
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ cups server to be installed.")
(origin
(method url-fetch)
(uri (string-append "https://dl.2f30.org/releases/"
name "-" version ".tar.gz"))
"noice-" version ".tar.gz"))
(sha256
(base32
"03b0kzngzacfpz4n8lgbvia2s765i5bkw55v482hh4m49dm41gpc"))))