gnu: shflags: Set source file name.

* gnu/packages/version-control.scm (shflags)[source]: Use a meaningful
FILE-NAME.
This commit is contained in:
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

View file

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