gnu: rust-once-cell-1: Update to 1.9.0.

* gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.9.0.
This commit is contained in:
Nicolas Goaziou 2022-01-09 12:07:03 +01:00
parent dfbc4e837b
commit b5c90d0224
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -35327,7 +35327,7 @@ (define-public rust-onig-sys-69.2
(define-public rust-once-cell-1
(package
(name "rust-once-cell")
(version "1.8.0")
(version "1.9.0")
(source
(origin
(method url-fetch)
@ -35335,11 +35335,12 @@ (define-public rust-once-cell-1
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32 "0mkbbxg6416z11r2yzsq91cqrkj9w1iyx5hakq15h5sbnriwnbv9"))))
(base32 "1mfqhrsgi368x92bwnq3vi3p5nv0n1qlrn69gfflhvkfkxfm2cns"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-parking-lot" ,rust-parking-lot-0.11))
(("rust-atomic-polyfill" ,rust-atomic-polyfill-0.1)
("rust-parking-lot" ,rust-parking-lot-0.11))
#:cargo-development-inputs
(("rust-crossbeam-utils" ,rust-crossbeam-utils-0.7)
("rust-lazy-static" ,rust-lazy-static-1)