gnu: coeurl: Update to 0.2.1.

* gnu/packages/curl.scm (coeurl): Update to 0.2.1.
This commit is contained in:
Tobias Geerinckx-Rice 2022-11-20 01:00:01 +01:00
parent d26e47bb67
commit f4e4ba8a1b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -366,7 +366,7 @@ (define-public h2c
(define-public coeurl
(package
(name "coeurl")
(version "0.2.0")
(version "0.2.1")
(source
(origin
(method git-fetch)
@ -375,8 +375,7 @@ (define-public coeurl
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0kbazvrb4hzc9jr7yywd36ack1yy7bh8sh1kc4jzv6jfzvxjb0i0"))))
(base32 "0qbbrfs35zl0wl6x6jn4p9ncxgdm70a883cflvikkykx9n5k2lpq"))))
(build-system meson-build-system)
(native-inputs
(list doctest pkg-config))