gnu: Add rust-const-oid-0.7.
* gnu/packages/crates-io.scm (rust-const-oid-0.7): New variable. Change-Id: If94c461024db28c1a8446ec5ce18433b8a4178e1master
parent
6ffccb45d1
commit
d42fd0c2ef
|
@ -15806,6 +15806,21 @@ encoding/decoding as well as heapless no_std (i.e., embedded) support.")
|
||||||
;; The user can choose either license.
|
;; The user can choose either license.
|
||||||
(license (list license:asl2.0 license:expat))))
|
(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
|
(define-public rust-const-oid-0.6
|
||||||
(package
|
(package
|
||||||
(inherit rust-const-oid-0.9)
|
(inherit rust-const-oid-0.9)
|
||||||
|
|
Reference in New Issue