me
/
guix
Archived
1
0
Fork 0

gnu: rust-const-oid-0.9: Update to 0.9.6.

* gnu/packages/crates-io.scm (rust-const-oid-0.9): Update to 0.9.6.

Change-Id: Id661e470fc0230e2e0f247cbd0fc4828433aaf5d
master
Efraim Flashner 2024-03-20 12:55:08 +02:00
parent fc31f656fc
commit 648451f305
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -14733,14 +14733,14 @@ const functions with conditional compilations.")
(define-public rust-const-oid-0.9
(package
(name "rust-const-oid")
(version "0.9.2")
(version "0.9.6")
(source (origin
(method url-fetch)
(uri (crate-uri "const-oid" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"04xr993r37hd3kcwzll34kpihxrxj7yhr7fawgir8gs80wyby3sj"))))
"1y0jnqaq7p2wvspnx7qj76m7hjcqpz73qzvr9l2p9n2s51vr6if2"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-arbitrary" ,rust-arbitrary-1))