gnu: rust-const-oid-0.9: Update to 0.9.2.
* gnu/packages/crates-io.scm (rust-const-oid-0.9): Update to 0.9.2. [arguments]: Don't skip build. [cargo-inputs]: Add rust-arbitrary-1. [cargo-development-inputs]: Add rust-hex-literal-0.3.
This commit is contained in:
parent
a491fa95c7
commit
d44bfd05de
1 changed files with 4 additions and 3 deletions
|
@ -13437,17 +13437,18 @@ const functions with conditional compilations.")
|
||||||
(define-public rust-const-oid-0.9
|
(define-public rust-const-oid-0.9
|
||||||
(package
|
(package
|
||||||
(name "rust-const-oid")
|
(name "rust-const-oid")
|
||||||
(version "0.9.1")
|
(version "0.9.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "const-oid" version))
|
(uri (crate-uri "const-oid" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fyxvwnl3x6bxhy08a3g4ryf8mky6wnhwd6ll4g6mjxgfnk1ihyf"))))
|
"04xr993r37hd3kcwzll34kpihxrxj7yhr7fawgir8gs80wyby3sj"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t))
|
`(#:cargo-inputs (("rust-arbitrary" ,rust-arbitrary-1))
|
||||||
|
#:cargo-development-inputs (("rust-hex-literal" ,rust-hex-literal-0.3))))
|
||||||
(home-page "https://github.com/RustCrypto/formats/tree/master/const-oid")
|
(home-page "https://github.com/RustCrypto/formats/tree/master/const-oid")
|
||||||
(synopsis "Implementation of the ISO/IEC Object Identifier (OID)")
|
(synopsis "Implementation of the ISO/IEC Object Identifier (OID)")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue