Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.15.0.
[cargo-inputs]: Replace rust-atomic-polyfill-0.1 with 1.
This commit is contained in:
Efraim Flashner 2022-09-28 16:37:36 +03:00
parent 730f7c096d
commit ac4be035f2
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -40706,7 +40706,7 @@ other crates to create safe wrappers around Oniguruma.")
(define-public rust-once-cell-1 (define-public rust-once-cell-1
(package (package
(name "rust-once-cell") (name "rust-once-cell")
(version "1.13.0") (version "1.15.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -40714,11 +40714,11 @@ other crates to create safe wrappers around Oniguruma.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1qfqvgnwfzzwxd13ybvplzshaqwnjnna9ghcn0zgijaq0zixp9hq")))) "1q9r8c0ls1qgjp89p4rd36sjv4671pz6710c106ajwcv2c2asbg8"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-atomic-polyfill" ,rust-atomic-polyfill-0.1) (("rust-atomic-polyfill" ,rust-atomic-polyfill-1)
("rust-parking-lot-core" ,rust-parking-lot-core-0.9)) ("rust-parking-lot-core" ,rust-parking-lot-core-0.9))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8) (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8)