mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
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:
parent
d9bed7c02b
commit
3908c6ea2d
1 changed files with 0 additions and 19 deletions
|
@ -6122,25 +6122,6 @@ types.")
|
||||||
@code{rust-bitcoin}.")
|
@code{rust-bitcoin}.")
|
||||||
(license license:cc0)))
|
(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
|
(define-public rust-bitflags-2
|
||||||
(package
|
(package
|
||||||
(name "rust-bitflags")
|
(name "rust-bitflags")
|
||||||
|
|
Loading…
Add table
Reference in a new issue