Skip to content
Snippets Groups Projects
Unverified Commit 69361e88 authored by Mathieu Othacehe's avatar Mathieu Othacehe
Browse files

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

* gnu/packages/guile.scm (guile-lzlib)[source]: Use url-fetch instead of
git-fetch.
parent 44241391
No related branches found
No related tags found
No related merge requests found
...@@ -813,16 +813,15 @@ (define-public guile-lzlib ...@@ -813,16 +813,15 @@ (define-public guile-lzlib
(package (package
(name "guile-lzlib") (name "guile-lzlib")
(version "0.0.1") (version "0.0.1")
(source (origin (source
(method git-fetch) (origin
(uri (git-reference (method url-fetch)
(url "https://notabug.org/guile-lzlib/guile-lzlib.git") (uri
(commit version))) (string-append "https://notabug.org/guile-lzlib/guile-lzlib/archive/"
(file-name (git-file-name name version)) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0ny4pbig5x1lv83b63c2613gwv98myk3rm44l88ic7lrff6cd2hr")) "0rdmszn1qix085ci2mddwq5cypipc004fk7arrrkgn9bv39hazza"))))
(modules '((guix build utils)))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:make-flags '(#:make-flags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment