gnu: getmail: Don't use NAME in source URI.
* gnu/packages/mail.scm (getmail)[source]: Hard-code NAME.
This commit is contained in:
parent
240d9ef9a0
commit
7e14ed93f5
@ -1003,7 +1003,7 @@ and search library.")
|
|||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://pyropus.ca/software/getmail/old-versions/"
|
(uri (string-append "http://pyropus.ca/software/getmail/old-versions/"
|
||||||
name "-" version ".tar.gz"))
|
"getmail-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16nmvj80szr6yvcxxgmxn2lxqpjqqj4xg5a0b66zhvck6j42q3a6"))))
|
"16nmvj80szr6yvcxxgmxn2lxqpjqqj4xg5a0b66zhvck6j42q3a6"))))
|
||||||
|
Loading…
Reference in New Issue
Block a user