gnu: rust-curl-0.4: Update to 0.4.44.
* gnu/packages/crates-io.scm (rust-curl-0.4): Update to 0.4.44.
This commit is contained in:
parent
fe5d802dfe
commit
aed6030318
1 changed files with 4 additions and 4 deletions
|
@ -15642,14 +15642,14 @@ use with bindgen.")
|
||||||
(define-public rust-curl-0.4
|
(define-public rust-curl-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-curl")
|
(name "rust-curl")
|
||||||
(version "0.4.43")
|
(version "0.4.44")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "curl" version))
|
(uri (crate-uri "curl" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07v5s3qafyl9gnnlzbddgg5fzy41gncy00ahbbv46nr0xyp5bn1p"))))
|
(base32 "08hsq6ssy228df56adv2wbgam05f5rw1f2wzs7mhkb678qbx36sh"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #false ;require internet access
|
`(#:tests? #false ;require internet access
|
||||||
|
@ -15672,8 +15672,8 @@ use with bindgen.")
|
||||||
(home-page "https://github.com/alexcrichton/curl-rust")
|
(home-page "https://github.com/alexcrichton/curl-rust")
|
||||||
(synopsis "Rust bindings to libcurl for making HTTP requests")
|
(synopsis "Rust bindings to libcurl for making HTTP requests")
|
||||||
(description
|
(description
|
||||||
"This package provides Rust bindings to libcurl for making HTTP
|
"This package provides Rust bindings to @code{libcurl} for making HTTP
|
||||||
requests")
|
requests.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-curl-sys-0.4
|
(define-public rust-curl-sys-0.4
|
||||||
|
|
Reference in a new issue