mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: rust-async-trait-0.1: Update to 0.1.64.
* gnu/packages/crates-io.scm (rust-async-trait-0.1): Update to 0.1.64. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
1f04e3d027
commit
8749074601
1 changed files with 2 additions and 2 deletions
|
@ -5269,7 +5269,7 @@ (define-public rust-async-tls-0.10
|
|||
(define-public rust-async-trait-0.1
|
||||
(package
|
||||
(name "rust-async-trait")
|
||||
(version "0.1.57")
|
||||
(version "0.1.64")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5277,7 +5277,7 @@ (define-public rust-async-trait-0.1
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vw256zb104ni4lw0r5j3jdws54r9n01mvl8gs6pacmwp1348ikn"))))
|
||||
"18j7v85y2df62c1ylrzvgrs0afmzvnrdhwnf50hh8g4cpblzrmqw"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue