mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: Add rust-const-oid-0.7.
* gnu/packages/crates-io.scm (rust-const-oid-0.7): New variable. Change-Id: If94c461024db28c1a8446ec5ce18433b8a4178e1
This commit is contained in:
parent
6ffccb45d1
commit
d42fd0c2ef
1 changed files with 15 additions and 0 deletions
|
@ -15806,6 +15806,21 @@ (define-public rust-const-oid-0.9
|
|||
;; The user can choose either license.
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-const-oid-0.7
|
||||
(package
|
||||
(inherit rust-const-oid-0.9)
|
||||
(name "rust-const-oid")
|
||||
(version "0.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "const-oid" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1wwl3cncd8p2fa54vzmghflh4nh9ml02xfbv38nf5ziifh28riz4"))))
|
||||
(arguments
|
||||
`(#:cargo-development-inputs (("rust-hex-literal" ,rust-hex-literal-0.3))))))
|
||||
|
||||
(define-public rust-const-oid-0.6
|
||||
(package
|
||||
(inherit rust-const-oid-0.9)
|
||||
|
|
Loading…
Reference in a new issue