mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Remove rust-bitflags-0.2.
* gnu/packages/crates-io.scm (rust-bitflags-0.2): Delete variable. Change-Id: Ie5eaa0cedcea994dc9a1cfcf3356a4391ae9536b
This commit is contained in:
parent
f37c097541
commit
a47e52bd21
1 changed files with 0 additions and 15 deletions
|
@ -8150,21 +8150,6 @@ (define-public rust-bitflags-0.7
|
|||
(base32
|
||||
"0v8hh6wdkpk9my8z8442g4hqrqf05h0qj53dsay6mv18lqvqklda"))))))
|
||||
|
||||
(define-public rust-bitflags-0.2
|
||||
(package
|
||||
(inherit rust-bitflags-1)
|
||||
(name "rust-bitflags")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bitflags" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "09yk0lk3vjsrvfcnzljmgvz9inpjs0idykvni7kij38l5vn807x4"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))))
|
||||
|
||||
(define-public rust-bitmaps-3
|
||||
(package
|
||||
(name "rust-bitmaps")
|
||||
|
|
Loading…
Reference in a new issue