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 @@ (define-public h2c
(define-public coeurl
(package
(name "coeurl")
(version "0.1.1")
(version "0.2.0")
(source
(origin
(method git-fetch)
@ -350,7 +350,7 @@ (define-public coeurl
(commit (string-append "v" version))))
(sha256
(base32
"0sqciagagyc0qv90g0qw8fkyvy4l8h7nbaz04chiz9gnv89hg28p"))))
"0kbazvrb4hzc9jr7yywd36ack1yy7bh8sh1kc4jzv6jfzvxjb0i0"))))
(build-system meson-build-system)
(native-inputs
(list doctest pkg-config))