me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/mail.scm (balsa)[source]: Hard-code NAME.
master
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
1 changed files with 1 additions and 1 deletions

View File

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