me
/
guix
Archived
1
0
Fork 0

gnu: rust-parking-lot-core-0.6: Update to 0.6.3.

* gnu/packages/crates-io.scm (rust-parking-lot-core-0.6): Update to
0.6.3.
[arguments]: Don't skip the build.
[cargo-inputs]: Add rust-rustc-version-0.2.  Remove rust-rand-0.4.
[cargo-development-inputs]: Remove rust-rustc-version-0.2.

Change-Id: I4bfcce60fd8289e6f69eb7b78015a328c7288aee
master
Efraim Flashner 2024-04-01 13:21:31 +03:00
parent 2922b6295a
commit 7ddb528153
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 11 deletions

View File

@ -50629,31 +50629,26 @@ synchronization primitives.")
(package (package
(inherit rust-parking-lot-core-0.7) (inherit rust-parking-lot-core-0.7)
(name "rust-parking-lot-core") (name "rust-parking-lot-core")
(version "0.6.2") (version "0.6.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "parking_lot_core" version)) (uri (crate-uri "parking_lot_core" version))
(file-name (file-name (string-append name "-" version ".tar.gz"))
(string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "02kbwqrr0w5mw0hkklqcg35aaiq1cck3g1w0d8bpbgk21a0np9mx"))))
"0ay67dpnrn68ryyvp720m9i8hzp189fd4d6slrs1lvmcwywv2xmq"))))
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs
(("rust-backtrace" ,rust-backtrace-0.3) (("rust-backtrace" ,rust-backtrace-0.3)
("rust-cfg-if" ,rust-cfg-if-0.1) ("rust-cfg-if" ,rust-cfg-if-0.1)
("rust-cloudabi" ,rust-cloudabi-0.0) ("rust-cloudabi" ,rust-cloudabi-0.0)
("rust-libc" ,rust-libc-0.2) ("rust-libc" ,rust-libc-0.2)
("rust-petgraph" ,rust-petgraph-0.4) ("rust-petgraph" ,rust-petgraph-0.4)
("rust-rand" ,rust-rand-0.4)
("rust-redox-syscall" ,rust-redox-syscall-0.1) ("rust-redox-syscall" ,rust-redox-syscall-0.1)
("rust-rustc-version" ,rust-rustc-version-0.2)
("rust-smallvec" ,rust-smallvec-0.6) ("rust-smallvec" ,rust-smallvec-0.6)
("rust-thread-id" ,rust-thread-id-3) ("rust-thread-id" ,rust-thread-id-3)
("rust-winapi" ,rust-winapi-0.3)) ("rust-winapi" ,rust-winapi-0.3))))))
#:cargo-development-inputs
(("rust-rustc-version" ,rust-rustc-version-0.2))))))
(define-public rust-parking-lot-core-0.5 (define-public rust-parking-lot-core-0.5
(package (package