Archived
1
0
Fork 0

gnu: rust-chunked-transfer-1: Update to 1.5.0.

* gnu/packages/crates-io.scm (rust-chunked-transfer-1): Update to 1.5.0.
[arguments]: Don't skip the build.
[cargo-development-inputs]: Add rust-criterion-0.3.
(rust-chunked-transfer-0.3)[arguments]: Don't inherit from
rust-chunked-transfer-1.

Change-Id: I80eef1b51ecfd869802a0bb18ef6d647bdd6b0e8
This commit is contained in:
Efraim Flashner 2024-01-22 20:57:41 +02:00
parent f814fb2f83
commit 101c6e0760
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -10350,7 +10350,7 @@ recovery.")
(define-public rust-chunked-transfer-1 (define-public rust-chunked-transfer-1
(package (package
(name "rust-chunked-transfer") (name "rust-chunked-transfer")
(version "1.4.0") (version "1.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -10358,9 +10358,10 @@ recovery.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0bkdlsrszfcscw3j6yhs7kj6jbp8id47jjk6h9k58px47na5gy7z")))) "00a9h3csr1xwkqrzpz5kag4h92zdkrnxq4ppxidrhrx29syf6kbf"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments `(#:skip-build? #t)) (arguments
`(#:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.3))))
(home-page "https://github.com/frewsxcv/rust-chunked-transfer") (home-page "https://github.com/frewsxcv/rust-chunked-transfer")
(synopsis "Encoder and decoder for HTTP chunked transfer coding") (synopsis "Encoder and decoder for HTTP chunked transfer coding")
(description "This package provides an encoder and decoder for HTTP chunked (description "This package provides an encoder and decoder for HTTP chunked
@ -10378,7 +10379,8 @@ transfer coding.")
(uri (crate-uri "chunked_transfer" version)) (uri (crate-uri "chunked_transfer" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "11yghnd24w0i9p8g368c3pg7qh9nfz7kgri6pywja9pnmakj13a9")))))) (base32 "11yghnd24w0i9p8g368c3pg7qh9nfz7kgri6pywja9pnmakj13a9"))))
(arguments `())))
(define-public rust-ciborium-0.2 (define-public rust-ciborium-0.2
(package (package