mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: unshield: Declare a source file-name.
* gnu/packages/compression.scm (unshield)[source]: Declare a source file-name.
This commit is contained in:
parent
eafe96ea9e
commit
277be74fa7
1 changed files with 1 additions and 0 deletions
|
@ -1534,6 +1534,7 @@ (define-public unshield
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue