gnu: shflags: Set source file name.

* gnu/packages/version-control.scm (shflags)[source]: Use a meaningful
FILE-NAME.
master
Tobias Geerinckx-Rice 2018-02-21 05:05:56 +01:00
parent 219ec95c90
commit 20e73f5b58
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 0 deletions

View File

@ -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"))))