mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1003,7 +1003,7 @@ (define-public getmail
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue