mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: shflags: Set source file name.
* gnu/packages/version-control.scm (shflags)[source]: Use a meaningful FILE-NAME.
This commit is contained in:
parent
219ec95c90
commit
20e73f5b58
1 changed files with 1 additions and 0 deletions
|
@ -641,6 +641,7 @@ (define-public shflags
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue