mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: guile-zlib: Declare a source file-name.
* gnu/packages/guile.scm (guile-zlib)[source]: Add file-name field.
This commit is contained in:
parent
90748666a1
commit
b4d6e378ba
1 changed files with 1 additions and 0 deletions
|
@ -792,6 +792,7 @@ manipulate repositories of the Git version control system.")
|
|||
(uri
|
||||
(string-append "https://notabug.org/guile-zlib/guile-zlib/archive/"
|
||||
version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1caz6cbl6sg5567nk68z88rshp0m26zmb0a9ry1jkc1ivpk0n47i"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue