[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: libasr: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
03/07: gnu: libasr: Don't use NAME in source URI. |
Date: |
Sun, 27 Oct 2019 17:31:33 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c34d0cd812aa4f0ce6f4438444bbad8c66bbb9e3
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Oct 27 21:49:36 2019 +0100
gnu: libasr: Don't use NAME in source URI.
* gnu/packages/dns.scm (libasr)[source]: Hard-code NAME.
---
gnu/packages/dns.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index b072a43..1c8a424 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -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"))))
- branch master updated (07c9fd3 -> da107cf), guix-commits, 2019/10/27
- 02/07: gnu: python-pathpy: Update to 11.5.1., guix-commits, 2019/10/27
- 04/07: gnu: unbound: Update to 1.9.4., guix-commits, 2019/10/27
- 05/07: gnu: retroarch: Update to 1.8.0., guix-commits, 2019/10/27
- 01/07: gnu: perl-io-captureoutput: Update to 1.1105., guix-commits, 2019/10/27
- 07/07: gnu: python-cftime: Update to 1.0.4.2., guix-commits, 2019/10/27
- 06/07: gnu: libmicrohttpd: Update to 0.9.68., guix-commits, 2019/10/27
- 03/07: gnu: libasr: Don't use NAME in source URI.,
guix-commits <=