mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: rust-async-attributes-1: Update to 1.1.2.
* gnu/packages/crates-io.scm (rust-async-attributes-1): Update to 1.1.2. Change-Id: I65edb78ef4bb34912ef8d770150913f7e31e9d06
This commit is contained in:
parent
37fb032a5d
commit
c9f470c4b5
1 changed files with 2 additions and 2 deletions
|
@ -4885,14 +4885,14 @@ (define-public rust-associative-cache-1
|
|||
(define-public rust-async-attributes-1
|
||||
(package
|
||||
(name "rust-async-attributes")
|
||||
(version "1.1.1")
|
||||
(version "1.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "async-attributes" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "08w41342hybxhln7j7hjsf7v04p3r9d6qdczfwp8d53xj5bd3lzg"))))
|
||||
(base32 "1rcnypqgmlcw9vwh0fk8bivvz8p5v8acy0zd2njdv6yxyiwkw853"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue