[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: wimlib: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
03/10: gnu: wimlib: Don't use NAME in source URI. |
Date: |
Thu, 21 Feb 2019 11:39:12 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 1a05bce2759fd1f089188e62c14dba07d087c87d
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Feb 21 01:12:28 2019 +0100
gnu: wimlib: Don't use NAME in source URI.
* gnu/packages/backup.scm (wimlib)[source]: Hard-code NAME.
---
gnu/packages/backup.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index afc085f..3178a78 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -679,7 +679,7 @@ changes are stored.")
(source (origin
(method url-fetch)
(uri (string-append "https://wimlib.net/downloads/"
- name "-" version ".tar.gz"))
+ "wimlib-" version ".tar.gz"))
(sha256
(base32
"02wpsxjlw9vysj6x6q7kmvbcdkpvdzw201mmj5x0q670mapjrnai"))))
- branch master updated (90eb705 -> 5bcb2f0), guix-commits, 2019/02/21
- 04/10: gnu: restic: Update to 0.9.4., guix-commits, 2019/02/21
- 01/10: gnu: fasm: Update to 1.73.09., guix-commits, 2019/02/21
- 03/10: gnu: wimlib: Don't use NAME in source URI.,
guix-commits <=
- 02/10: gnu: wimlib: Update to 1.13.0., guix-commits, 2019/02/21
- 06/10: gnu: clutter-gst: Update to 3.0.27., guix-commits, 2019/02/21
- 07/10: gnu: clutter-gst: Don't use NAME in source URI., guix-commits, 2019/02/21
- 09/10: gnu: libtermkey: Update to 0.21.1., guix-commits, 2019/02/21
- 10/10: gnu: python-coveralls: Update to 1.6.0., guix-commits, 2019/02/21
- 05/10: gnu: remind: Update to 3.1.16., guix-commits, 2019/02/21
- 08/10: gnu: Fix ‘Open GL’ typo., guix-commits, 2019/02/21