mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: coeurl: Update to 0.2.1.
* gnu/packages/curl.scm (coeurl): Update to 0.2.1.
This commit is contained in:
parent
d26e47bb67
commit
f4e4ba8a1b
1 changed files with 2 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue