mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: rust-byteorder-1: Update to 1.4.3.
* gnu/packages/crates-io.scm (rust-byteorder-1): Update to 1.4.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
2cf4e34889
commit
cdb03967e5
1 changed files with 2 additions and 2 deletions
|
@ -8003,14 +8003,14 @@ (define-public rust-bytemuck-derive-1
|
||||||
(define-public rust-byteorder-1
|
(define-public rust-byteorder-1
|
||||||
(package
|
(package
|
||||||
(name "rust-byteorder")
|
(name "rust-byteorder")
|
||||||
(version "1.4.2")
|
(version "1.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "byteorder" version))
|
(uri (crate-uri "byteorder" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0srh0h0594jmsnbvm7n0g8xabhla8lwb3gn8s0fzd7d1snix2i5f"))))
|
(base32 "0456lv9xi1a5bcm32arknf33ikv76p3fr9yzki4lb2897p2qkh8l"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-development-inputs
|
`(#:cargo-development-inputs
|
||||||
|
|
Loading…
Reference in a new issue