gnu: Remove rust-bitfield-0.13.

* gnu/packages/crates-io.scm (rust-bitfield-0.13): Delete variable.

Change-Id: Id6bb98fe6a63aa3cbe96b592d29360de06dc0671
This commit is contained in:
Efraim Flashner 2024-01-22 21:47:19 +02:00
parent d9bed7c02b
commit 3908c6ea2d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6122,25 +6122,6 @@ types.")
@code{rust-bitcoin}.")
(license license:cc0)))
(define-public rust-bitfield-0.13
(package
(name "rust-bitfield")
(version "0.13.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "bitfield" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "06g7jb5r2b856vnhx76081fg90jvmy61kjqcfjysgmd5hclvvbs6"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/dzamlo/rust-bitfield")
(synopsis "Macros to generate bitfield-like struct")
(description
"This crate provides macros to generate bitfield-like struct.")
(license (list license:expat license:asl2.0))))
(define-public rust-bitflags-2
(package
(name "rust-bitflags")