mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
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
1 changed files with 15 additions and 0 deletions
|
@ -1691,6 +1691,21 @@ (define-public rust-bitflags-1
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
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
|
(define-public rust-bitflags-0.8
|
||||||
(package
|
(package
|
||||||
(inherit rust-bitflags-1)
|
(inherit rust-bitflags-1)
|
||||||
|
|
Loading…
Reference in a new issue