me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-serde-bytes-0.10.

* gnu/packages/crates-io.scm (rust-serde-bytes-0.10): New variable.
master
Arun Isaac 2020-09-16 11:19:30 +05:30
parent f1db6edf4d
commit 385ae0cf41
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 15 additions and 0 deletions

View File

@ -21514,6 +21514,21 @@ proven statistical guarantees.")
"Optimized handling of @code{&[u8]} and @code{Vec<u8>} for Serde.")
(license (list license:expat license:asl2.0))))
(define-public rust-serde-bytes-0.10
(package
(inherit rust-serde-bytes-0.11)
(name "rust-serde-bytes")
(version "0.10.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "serde_bytes" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"127c9br02ygajs4z3bw850i48nc25f4yn7kmh21wqd3z7nlbiyyy"))))))
(define-public rust-serde-cbor-0.11
(package
(name "rust-serde-cbor")