mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: rust-serde-with-macros-3: Update to 3.4.0.
* gnu/packages/crates-io.scm (rust-serde-with-macros-3): Update to 3.4.0. Change-Id: Ib54a836387b563fe145b5a1823e237e3f5b62a52
This commit is contained in:
parent
2a4b776c01
commit
5139bf4ad9
1 changed files with 2 additions and 2 deletions
|
@ -66781,14 +66781,14 @@ (define-public rust-serde-with-3
|
|||
(define-public rust-serde-with-macros-3
|
||||
(package
|
||||
(name "rust-serde-with-macros")
|
||||
(version "3.0.0")
|
||||
(version "3.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "serde-with-macros" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0w5hp31ji9vc5x00qzsn6yxfy16573fn8ppf4bkjrc9gjg9xbizd"))))
|
||||
(base32 "1277nm0ry2bs52zd5kkddgkzk5s2mhi80x74dnqj68ssyyslwqwk"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-test-flags
|
||||
|
|
Loading…
Reference in a new issue