ngz pushed a commit to branch master
in repository guix.
commit b5c90d02248d46711cbaf61ac8ab292a62cd9bf7
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Jan 9 12:07:03 2022 +0100
gnu: rust-once-cell-1: Update to 1.9.0.
* gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.9.0.
---
gnu/packages/crates-io.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3074ca2905..e1ca066f71 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35327,7 +35327,7 @@ other crates to create safe wrappers around Oniguruma.")
(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 @@ other crates to create safe wrappers around
Oniguruma.")
(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)