me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-const-oid-0.7.

* gnu/packages/crates-io.scm (rust-const-oid-0.7): New variable.

Change-Id: If94c461024db28c1a8446ec5ce18433b8a4178e1
master
Efraim Flashner 2023-12-21 09:40:30 +02:00
parent 6ffccb45d1
commit d42fd0c2ef
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 15 additions and 0 deletions

View File

@ -15806,6 +15806,21 @@ encoding/decoding as well as heapless no_std (i.e., embedded) support.")
;; 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)