nckx pushed a commit to branch master
in repository guix.
commit 8f3f2c9b1bf594392930094065666d901c774e7d
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Mon May 25 22:13:01 2020 +0200
gnu: balsa: Don't use NAME in source URI.
* gnu/packages/mail.scm (balsa)[source]: Hard-code NAME.
---
gnu/packages/mail.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index c374084..101dcf5 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2767,7 +2767,7 @@ tools and applications:
(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)