mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +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
|
||||
(package
|
||||
(name "rust-deadpool-runtime")
|
||||
(version "0.1.3")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "deadpool-runtime" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0j9zmm37z6m4fnkf40z6qwidi4z1gwk0piqzx7yz6riazrjakpv3"))))
|
||||
(base32 "0arbchl5j887hcfvjy4gq38d32055s5cf7pkpmwn0lfw3ss6ca89"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-async-std" ,rust-async-std-1)
|
||||
|
|
Loading…
Reference in a new issue