mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06: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 @@ converts them to maildir format directories.")
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://marlam.de/mpop/releases/"
|
||||
name "-" version ".tar.xz"))
|
||||
"mpop-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rx5mhgqkm7swbynrhbsz32v85h0rydb4kqfgfs9jrznd9d14m2d"))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue