me
/
guix
Archived
1
0
Fork 0

gnu: opensmtpd-extras: Don't use NAME in source URI.

* gnu/packages/mail.scm (opensmtpd-extras)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2020-07-15 13:45:42 +02:00
parent d7e9e0bbc9
commit 6422615fc9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -2413,7 +2413,7 @@ to esoteric or niche requirements.")
(source (origin
(method url-fetch)
(uri (string-append "https://www.opensmtpd.org/archives/"
name "-" version ".tar.gz"))
"opensmtpd-extras-" version ".tar.gz"))
(sha256
(base32
"1kld4hxgz792s0cb2gl7m2n618ikzqkj88w5dhaxdrxg4x2c4vdm"))))