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

* gnu/packages/mail.scm (getmail)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-08-21 21:58:17 +02:00
parent 240d9ef9a0
commit 7e14ed93f5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -1003,7 +1003,7 @@ and search library.")
(origin
(method url-fetch)
(uri (string-append "http://pyropus.ca/software/getmail/old-versions/"
name "-" version ".tar.gz"))
"getmail-" version ".tar.gz"))
(sha256
(base32
"16nmvj80szr6yvcxxgmxn2lxqpjqqj4xg5a0b66zhvck6j42q3a6"))))