mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-hickory-proto-0.24: Update to 0.24.1.
* gnu/packages/crates-web.scm (rust-hickory-proto-0.24): Update to 0.24.1. Change-Id: Iedc9a904907e7883f57d0a191779922ef09d62c6
This commit is contained in:
parent
31f365431e
commit
6896c4a3f1
1 changed files with 2 additions and 2 deletions
|
@ -2860,14 +2860,14 @@ into other software that also use those libraries.")
|
|||
(define-public rust-hickory-proto-0.24
|
||||
(package
|
||||
(name "rust-hickory-proto")
|
||||
(version "0.24.0")
|
||||
(version "0.24.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "hickory-proto" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1kxvdzmwwi1d6wsp9bcs91ipmwxcyhpwbvz3an9h0q28ryy6y6h9"))))
|
||||
(base32 "04p5jqp4mb1cp0vxgfwqlgrgpn45xjcsjss3g92ddw724228ns87"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-async-trait" ,rust-async-trait-0.1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue