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:
Efraim Flashner 2024-12-22 14:17:20 +02:00
parent a7a9a6658b
commit f02a80bf5c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)