Archived
1
0
Fork 0

gnu: coeurl: Update to 0.2.0.

* gnu/packages/curl.scm (coeurl): Update to 0.2.0.
This commit is contained in:
raingloom 2022-03-10 00:44:55 +01:00 committed by Nicolas Goaziou
parent f8deb50b6f
commit 875c86e9d8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -341,7 +341,7 @@ curl to obtain exactly that HTTP request.")
(define-public coeurl (define-public coeurl
(package (package
(name "coeurl") (name "coeurl")
(version "0.1.1") (version "0.2.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -350,7 +350,7 @@ curl to obtain exactly that HTTP request.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32
"0sqciagagyc0qv90g0qw8fkyvy4l8h7nbaz04chiz9gnv89hg28p")))) "0kbazvrb4hzc9jr7yywd36ack1yy7bh8sh1kc4jzv6jfzvxjb0i0"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
(list doctest pkg-config)) (list doctest pkg-config))