mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: rust-zbus-3: Update to 3.15.2.
* gnu/packages/crates-io.scm (rust-zbus-3): Update to 3.15.2. Change-Id: Ifceefcde34a1f18b484d4e663061598c4e61cf6d
This commit is contained in:
parent
2f0aeaa71b
commit
3b2761eafa
1 changed files with 2 additions and 2 deletions
|
@ -94582,14 +94582,14 @@ (define-public rust-zbus-3
|
|||
(package
|
||||
(inherit rust-zbus-4)
|
||||
(name "rust-zbus")
|
||||
(version "3.14.1")
|
||||
(version "3.15.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "zbus" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0j5rxgszrmkk5pbpwccrvj3gflwqw8jv8wfx9v84qbl75l53kpii"))))
|
||||
(base32 "1ri5gklhh3kl9gywym95679xs7n3sw2j3ky80jcd8siacc5ifpb7"))))
|
||||
(arguments
|
||||
`(#:tests? #f ; Not all files included.
|
||||
#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue