mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-deadpool-runtime-0.1: Update to 0.1.4.
* gnu/packages/crates-io.scm (rust-deadpool-runtime-0.1): Update to 0.1.4. Change-Id: I60446a2a20f5e3c1a2cd0537ef48d679bcd2aa24
This commit is contained in:
parent
a7a9a6658b
commit
f02a80bf5c
1 changed files with 2 additions and 2 deletions
|
@ -21409,14 +21409,14 @@ (define-public rust-deadpool-0.7
|
||||||
(define-public rust-deadpool-runtime-0.1
|
(define-public rust-deadpool-runtime-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-deadpool-runtime")
|
(name "rust-deadpool-runtime")
|
||||||
(version "0.1.3")
|
(version "0.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "deadpool-runtime" version))
|
(uri (crate-uri "deadpool-runtime" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0j9zmm37z6m4fnkf40z6qwidi4z1gwk0piqzx7yz6riazrjakpv3"))))
|
(base32 "0arbchl5j887hcfvjy4gq38d32055s5cf7pkpmwn0lfw3ss6ca89"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-async-std" ,rust-async-std-1)
|
`(#:cargo-inputs (("rust-async-std" ,rust-async-std-1)
|
||||||
|
|
Loading…
Reference in a new issue