gnu: libasr: Don't use NAME in source URI.

* gnu/packages/dns.scm (libasr)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-27 21:49:36 +01:00
parent a3dd88710f
commit c34d0cd812
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C

View File

@ -278,7 +278,7 @@ the two.")
(origin
(method url-fetch)
(uri (string-append "https://www.opensmtpd.org/archives/"
name "-" version ".tar.gz"))
"libasr-" version ".tar.gz"))
(sha256
(base32
"18kdmbjsxrfai16d66qslp48b1zf7gr8him2jj5dcqgbsl44ls75"))))