mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Remove rust-bincode-0.8.
* gnu/packages/crates-io.scm (rust-bincode-0.8): Delete variable.
This commit is contained in:
parent
8289bf5c6b
commit
6c46514366
1 changed files with 0 additions and 23 deletions
|
@ -6227,29 +6227,6 @@ (define-public rust-bincode-1
|
|||
that uses Serde for transforming structs into bytes and vice versa!")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-bincode-0.8
|
||||
(package
|
||||
(inherit rust-bincode-1)
|
||||
(name "rust-bincode")
|
||||
(version "0.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bincode" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nbj0lwykwa1a7sa4303rxgpng9p2hcz9s5d5qcrckrpmcxjsjkf"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-byteorder" ,rust-byteorder-1)
|
||||
("rust-num-traits" ,rust-num-traits-0.1)
|
||||
("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde-bytes" ,rust-serde-bytes-0.10)
|
||||
("rust-serde-derive" ,rust-serde-derive-1))))))
|
||||
|
||||
(define-public rust-bindgen-0.64
|
||||
(package
|
||||
(name "rust-bindgen")
|
||||
|
|
Loading…
Reference in a new issue