[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: shflags: Set source file name.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/08: gnu: shflags: Set source file name. |
Date: |
Wed, 21 Feb 2018 09:03:09 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 20e73f5b58d0850f21d7b2391edae546a31c9023
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Feb 21 05:05:56 2018 +0100
gnu: shflags: Set source file name.
* gnu/packages/version-control.scm (shflags)[source]: Use a meaningful
FILE-NAME.
---
gnu/packages/version-control.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 75160c3..4b99592 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -641,6 +641,7 @@ default) of the repository.")
(method url-fetch)
(uri (string-append "https://github.com/kward/shflags/archive/v"
version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0zxw12haylaq60a335xlqcs4afw2zrgwqymmpw0m21r51w6irdmr"))))
- branch master updated (781d721 -> 6c96b54), Tobias Geerinckx-Rice, 2018/02/21
- 03/08: gnu: slang: Update to 2.3.1a., Tobias Geerinckx-Rice, 2018/02/21
- 01/08: gnu: getmail: Update to 5.5., Tobias Geerinckx-Rice, 2018/02/21
- 05/08: gnu: lout: Update phase style., Tobias Geerinckx-Rice, 2018/02/21
- 08/08: gnu: lpsolve: Update phase style., Tobias Geerinckx-Rice, 2018/02/21
- 06/08: gnu: iptables: Update to 1.6.2., Tobias Geerinckx-Rice, 2018/02/21
- 07/08: gnu: iptables: Edit synopsis & description., Tobias Geerinckx-Rice, 2018/02/21
- 02/08: gnu: shflags: Set source file name.,
Tobias Geerinckx-Rice <=
- 04/08: gnu: cook: Update phase style., Tobias Geerinckx-Rice, 2018/02/21