gnu: dovecot: Don't use NAME in source URI.
* gnu/packages/mail.scm (dovecot)[source]: Hard-code NAME.
This commit is contained in:
parent
95803946c7
commit
2fa1a3a808
1 changed files with 1 additions and 1 deletions
|
@ -1288,7 +1288,7 @@ (define-public dovecot
|
|||
(method url-fetch)
|
||||
(uri (string-append "https://www.dovecot.org/releases/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.gz"))
|
||||
"dovecot-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01xa8d08c0j51w5kmqb3vnzrvh17hkzx5a5p7fb5hgn3wln3x1xq"))))
|
||||
|
|
Loading…
Reference in a new issue