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

* gnu/packages/mail.scm (balsa)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-25 22:13:01 +02:00
parent e8c1e27f8e
commit 8f3f2c9b1b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2767,7 +2767,7 @@ (define-public balsa
(origin
(method url-fetch)
(uri (string-append "https://pawsa.fedorapeople.org/balsa/"
name "-" version ".tar.bz2"))
"balsa-" version ".tar.bz2"))
(sha256
(base32 "1xkxx801p7sbfkn0bh3cz85wra4xf1z1zhjqqc80z1z1nln7fhb4"))))
(build-system gnu-build-system)