gnu: guile-lzlib: Declare a source file-name.
* gnu/packages/guile.scm (guile-lzlib)[source]: Add file-name field.
This commit is contained in:
parent
eb44d3b856
commit
90748666a1
1 changed files with 1 additions and 0 deletions
|
@ -824,6 +824,7 @@ (define-public guile-lzlib
|
|||
(uri
|
||||
(string-append "https://notabug.org/guile-lzlib/guile-lzlib/archive/"
|
||||
version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0rdmszn1qix085ci2mddwq5cypipc004fk7arrrkgn9bv39hazza"))))
|
||||
|
|
Loading…
Reference in a new issue