me
/
guix
Archived
1
0
Fork 0

gnu: coeurl: Update to 0.2.0.

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

View File

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