mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: Remove rust-impl-codec-0.5.
* gnu/packages/crates-io.scm (rust-impl-codec-0.5): Delete variable. Change-Id: I723eef76df6b39ad8e96e51d952d16e4871babcc
This commit is contained in:
parent
2a2b1cc70e
commit
537d42fcfb
1 changed files with 0 additions and 21 deletions
|
@ -34324,27 +34324,6 @@ variant of this library is available separately as @code{im}.")
|
|||
(description "This package provides sized chunk datatypes.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public rust-impl-codec-0.5
|
||||
(package
|
||||
(name "rust-impl-codec")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "impl-codec" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0hy4svffnw9idy9ipp0hkmbzk97fl583akqwyqmvbqy8qgzbs7hn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-parity-scale-codec" ,rust-parity-scale-codec-2))))
|
||||
(home-page "https://github.com/paritytech/parity-common")
|
||||
(synopsis "Parity Codec serialization support for uint and fixed hash")
|
||||
(description "This package provides Parity Codec serialization support
|
||||
for uint and fixed hash.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-impl-more-0.1
|
||||
(package
|
||||
(name "rust-impl-more")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue