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

* gnu/packages/suckless.scm (noice)[source]: Hard-code NAME.
This commit is contained in:
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

View file

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