mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-http-range-header-0.4: Update to 0.4.2.
* gnu/packages/crates-web.scm (rust-http-range-header-0.4): Update to 0.4.2. Change-Id: I19667aa52f3047ed6c17620e56c3f72b872bad42
This commit is contained in:
parent
8dda4e805e
commit
f315145b46
1 changed files with 2 additions and 2 deletions
|
@ -3376,14 +3376,14 @@ response bodies.")
|
|||
(define-public rust-http-range-header-0.4
|
||||
(package
|
||||
(name "rust-http-range-header")
|
||||
(version "0.4.0")
|
||||
(version "0.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "http-range-header" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1zhigmvyrk50jzll6nmn7n1rxkfzh8xn0838dvdvnj52rlqyzr1w"))))
|
||||
(base32 "171mszmmq0lzpj9brig4wz1sz8hh3h6dgmaxs69q2db8ibma4wci"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue