gnu: zlib: Use url-fetch instead of git-fetch.

* gnu/packages/guile.scm (guile-zlib)[source]: Use url-fetch instead of
git-fetch.
This commit is contained in:
Mathieu Othacehe 2020-07-27 15:44:51 +02:00
parent e5758aeb0e
commit 442413912b
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -781,16 +781,15 @@ (define-public guile-zlib
(package
(name "guile-zlib")
(version "0.0.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://notabug.org/guile-zlib/guile-zlib.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"139ixlg0663azwpcj24sw27kmzxr5am0j6hn62ffjchi9w1qb3k0"))
(modules '((guix build utils)))))
(source
(origin
(method url-fetch)
(uri
(string-append "https://notabug.org/guile-zlib/guile-zlib/archive/"
version ".tar.gz"))
(sha256
(base32
"1caz6cbl6sg5567nk68z88rshp0m26zmb0a9ry1jkc1ivpk0n47i"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags