mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-16 23:30:29 +02:00
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:
@@ -40706,7 +40706,7 @@ other crates to create safe wrappers around Oniguruma.")
|
||||
(define-public rust-once-cell-1
|
||||
(package
|
||||
(name "rust-once-cell")
|
||||
(version "1.13.0")
|
||||
(version "1.15.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
@@ -40714,11 +40714,11 @@ other crates to create safe wrappers around Oniguruma.")
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qfqvgnwfzzwxd13ybvplzshaqwnjnna9ghcn0zgijaq0zixp9hq"))))
|
||||
"1q9r8c0ls1qgjp89p4rd36sjv4671pz6710c106ajwcv2c2asbg8"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#: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))
|
||||
#:cargo-development-inputs
|
||||
(("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8)
|
||||
|
||||
Reference in New Issue
Block a user