gnu: Add rust-bitflags-0.9.
* gnu/packages/crates-io.scm (rust-bitflags-0.9): New variable.
This commit is contained in:
parent
73123c9659
commit
b1712ac9f5
@ -1691,6 +1691,21 @@ behave like a set of bitflags.")
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-bitflags-0.9
|
||||
(package
|
||||
(inherit rust-bitflags-1)
|
||||
(name "rust-bitflags")
|
||||
(version "0.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bitflags" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19dk39gfwmhi3iy1x0wgml1fv1bkb525ywy25zwihbm063i05zaf"))))))
|
||||
|
||||
(define-public rust-bitflags-0.8
|
||||
(package
|
||||
(inherit rust-bitflags-1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user