gnu: rust-serde-bytes: Update to 0.11.5.
* gnu/packages/crates-io.scm (rust-serde-bytes): Update to 0.11.5.master
parent
ea7882b2e3
commit
449bac5b4d
|
@ -20380,7 +20380,7 @@ proven statistical guarantees.")
|
||||||
(define-public rust-serde-bytes-0.11
|
(define-public rust-serde-bytes-0.11
|
||||||
(package
|
(package
|
||||||
(name "rust-serde-bytes")
|
(name "rust-serde-bytes")
|
||||||
(version "0.11.3")
|
(version "0.11.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -20388,8 +20388,7 @@ proven statistical guarantees.")
|
||||||
(file-name
|
(file-name
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1fcb6sw8wkrj4ylm118wkb31hw124nkjnqyhbgqnd8w85zfhgbhn"))))
|
||||||
"1bl45kf3c71xclv7wzk5525nswm4bgsnjd3s1s15f4k2a8whfnij"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Reference in New Issue