1
Fork 0
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:
Efraim Flashner 2024-12-31 19:05:04 +02:00
parent 2a2b1cc70e
commit 537d42fcfb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")