gnu: unshield: Declare a source file-name.

* gnu/packages/compression.scm (unshield)[source]: Declare a source
file-name.
master
Efraim Flashner 2018-03-04 11:51:08 +02:00
parent eafe96ea9e
commit 277be74fa7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -1534,6 +1534,7 @@ or junctions, and always follows hard links.")
(origin (method url-fetch)
(uri (string-append "http://github.com/twogood/unshield/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0x7ps644yp5dka2zhb8w0ifqmw3d255jafpzfwv8xbcpgq6fmm2x"))))