mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-defmt-0.3: Update to 0.3.8.
* gnu/packages/crates-io.scm (rust-defmt-0.3): Update to 0.3.8. Change-Id: Ie28c3580c5ce6d436bda1f81c721d0c73233f439
This commit is contained in:
parent
e8dc7b5e89
commit
da03747eef
1 changed files with 2 additions and 2 deletions
|
@ -20973,14 +20973,14 @@ (define-public rust-defmac-0.1
|
|||
(define-public rust-defmt-0.3
|
||||
(package
|
||||
(name "rust-defmt")
|
||||
(version "0.3.6")
|
||||
(version "0.3.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "defmt" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "15a53435jpy9jj3g49mxp94g961zslggbin2nd9f2va20wlmaf9r"))))
|
||||
(base32 "1q79ryg6q1i2nfhs5wcrc018y8sblvsjlryl45qqi2v6c8id57d9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-test-flags '("--release" "--features=unstable-test")
|
||||
|
|
Loading…
Reference in a new issue