mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: rust-lock-api-0.4: Update to 0.4.9.
* gnu/packages/crates-io.scm (rust-lock-api-0.4): Update to 0.4.9. [cargo-inputs]: Add rust-autocfg-1.
This commit is contained in:
parent
ac861b18c1
commit
e424c8ba21
1 changed files with 4 additions and 3 deletions
|
@ -31480,7 +31480,7 @@ (define-public rust-locale-config-0.3
|
|||
(define-public rust-lock-api-0.4
|
||||
(package
|
||||
(name "rust-lock-api")
|
||||
(version "0.4.5")
|
||||
(version "0.4.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -31488,11 +31488,12 @@ (define-public rust-lock-api-0.4
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"028izfyraynijd9h9x5miv1vmg6sjnw1v95wgm7f4xlr7h4lsaki"))))
|
||||
"1py41vk243hwk345nhkn5nw0bd4m03gzjmprdjqq6rg5dwv12l23"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-owning-ref" ,rust-owning-ref-0.4)
|
||||
(("rust-autocfg" ,rust-autocfg-1)
|
||||
("rust-owning-ref" ,rust-owning-ref-0.4)
|
||||
("rust-scopeguard" ,rust-scopeguard-1)
|
||||
("rust-serde" ,rust-serde-1))))
|
||||
(home-page "https://github.com/Amanieu/parking_lot")
|
||||
|
|
Loading…
Reference in a new issue