me
/
guix
Archived
1
0
Fork 0

gnu: coeurl: Update to 0.2.1.

* gnu/packages/curl.scm (coeurl): Update to 0.2.1.
master
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
1 changed files with 2 additions and 3 deletions

View File

@ -366,7 +366,7 @@ curl to obtain exactly that HTTP request.")
(define-public coeurl
(package
(name "coeurl")
(version "0.2.0")
(version "0.2.1")
(source
(origin
(method git-fetch)
@ -375,8 +375,7 @@ curl to obtain exactly that HTTP request.")
(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))