me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-fixedbitset-0.2.

* gnu/packages/crates-io.scm (rust-fixedbitset-0.2): New variable.
(rust-fixedbitset-0.1): Inherit from rust-fixedbitset-0.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
John Soo 2020-07-18 07:05:59 -07:00 committed by Efraim Flashner
parent 87e6e9b7af
commit 78e831817d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 21 additions and 7 deletions

View File

@ -7144,8 +7144,28 @@ cross platform API.")
(license (list license:asl2.0 (license (list license:asl2.0
license:expat)))) license:expat))))
(define-public rust-fixedbitset-0.2
(package
(name "rust-fixedbitset")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "fixedbitset" version))
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"0kg03p777wc0dajd9pvlcnsyrwa8dhqwf0sd9r4dw0p82rs39arp"))))
(build-system cargo-build-system)
(home-page "https://github.com/petgraph/fixedbitset")
(synopsis "FixedBitSet is a simple bitset collection")
(description "FixedBitSet is a simple bitset collection.")
(license (list license:asl2.0
license:expat))))
(define-public rust-fixedbitset-0.1 (define-public rust-fixedbitset-0.1
(package (package
(inherit rust-fixedbitset-0.2)
(name "rust-fixedbitset") (name "rust-fixedbitset")
(version "0.1.9") (version "0.1.9")
(source (source
@ -7155,13 +7175,7 @@ cross platform API.")
(file-name (string-append name "-" version ".crate")) (file-name (string-append name "-" version ".crate"))
(sha256 (sha256
(base32 (base32
"0czam11mi80dbyhf4rd4lz0ihcf7vkfchrdcrn45wbs0h40dxm46")))) "0czam11mi80dbyhf4rd4lz0ihcf7vkfchrdcrn45wbs0h40dxm46"))))))
(build-system cargo-build-system)
(home-page "https://github.com/petgraph/fixedbitset")
(synopsis "FixedBitSet is a simple bitset collection")
(description "FixedBitSet is a simple bitset collection.")
(license (list license:asl2.0
license:expat))))
(define-public rust-flame-0.2 (define-public rust-flame-0.2
(package (package