mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: rust-lock-api-0.4: Update to 0.4.10.
* gnu/packages/crates-io.scm (rust-lock-api-0.4): Update to 0.4.10.
This commit is contained in:
parent
92f768434e
commit
12e6179e2f
1 changed files with 2 additions and 2 deletions
|
@ -36741,7 +36741,7 @@ (define-public rust-locale-config-0.3
|
|||
(define-public rust-lock-api-0.4
|
||||
(package
|
||||
(name "rust-lock-api")
|
||||
(version "0.4.9")
|
||||
(version "0.4.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -36749,7 +36749,7 @@ (define-public rust-lock-api-0.4
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1py41vk243hwk345nhkn5nw0bd4m03gzjmprdjqq6rg5dwv12l23"))))
|
||||
"05nd9nzxqidg24d1k8y5vlc8lz9gscpskrikycib46qbl8brgk61"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue