mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: mpop: Don't use NAME in source URI.
* gnu/packages/mail.scm (mpop)[source]: Hard-code NAME.
This commit is contained in:
parent
85e2f212a8
commit
822c8501a4
1 changed files with 1 additions and 1 deletions
|
@ -1935,7 +1935,7 @@ (define-public mpop
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://marlam.de/mpop/releases/"
|
||||
name "-" version ".tar.xz"))
|
||||
"mpop-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rx5mhgqkm7swbynrhbsz32v85h0rydb4kqfgfs9jrznd9d14m2d"))))
|
||||
|
|
Loading…
Reference in a new issue