me
/
guix
Archived
1
0
Fork 0

gnu: guile-lzlib: Declare a source file-name.

* gnu/packages/guile.scm (guile-lzlib)[source]: Add file-name field.
master
Efraim Flashner 2020-08-06 16:24:39 +03:00
parent eb44d3b856
commit 90748666a1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -824,6 +824,7 @@ Guile's foreign function interface.")
(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"))))