mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rust-once-cell-1: Update to 1.17.1.
* gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.17.1. [arguments]: Don't skip tests.
This commit is contained in:
parent
a07f7ae172
commit
521dbc6992
1 changed files with 3 additions and 4 deletions
|
@ -39962,7 +39962,7 @@ (define-public rust-onig-sys-69.6
|
|||
(define-public rust-once-cell-1
|
||||
(package
|
||||
(name "rust-once-cell")
|
||||
(version "1.17.0")
|
||||
(version "1.17.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -39970,11 +39970,10 @@ (define-public rust-once-cell-1
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0rpackaf6ljxkcaa3svaiak1ddsbh0hqf5z3l7bb78hyfjhznqbg"))))
|
||||
"1lrsy9c5ikf2iwxr4iwgd3rlq9mg8alh0np1g8abnvp1k4151rdp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; Needs a newer rust
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-atomic-polyfill" ,rust-atomic-polyfill-1)
|
||||
("rust-critical-section" ,rust-critical-section-1)
|
||||
("rust-parking-lot-core" ,rust-parking-lot-core-0.9))
|
||||
|
|
Loading…
Reference in a new issue