mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: rust-serde-with-3: Update to 3.8.1.
* gnu/packages/crates-io.scm (rust-serde-with-3): Update to 3.8.1. [arguments]<#:cargo-inputs>: Add RUST-BASE64, RUST-SCHEMARS and RUST-SERDE-DERIVE. Change-Id: Ibab9d5f1523d7d5d271531d8e76f434a4dd76440
This commit is contained in:
parent
18af366809
commit
bfd8724c67
1 changed files with 5 additions and 3 deletions
|
@ -69000,14 +69000,14 @@ (define-public rust-serde-value-0.7
|
|||
(define-public rust-serde-with-3
|
||||
(package
|
||||
(name "rust-serde-with")
|
||||
(version "3.4.0")
|
||||
(version "3.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "serde_with" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "08sw83b6hfwzylr0waf4mc29h6fxnb02g7vkwbkjjyhvrin27kb4"))
|
||||
(base32 "082a7j42h79rs2jzafw67lay0497hnip56fdxfjxaj81mg987m0a"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin (substitute* "Cargo.toml"
|
||||
|
@ -69020,7 +69020,7 @@ (define-public rust-serde-with-3
|
|||
;; Test fails in release tarball.
|
||||
"--skip=test_serde_with_macros_dependency")
|
||||
#:cargo-inputs
|
||||
(("rust-base64" ,rust-base64-0.21)
|
||||
(("rust-base64" ,rust-base64-0.22)
|
||||
("rust-chrono" ,rust-chrono-0.4)
|
||||
("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
|
@ -69028,7 +69028,9 @@ (define-public rust-serde-with-3
|
|||
("rust-hex" ,rust-hex-0.4)
|
||||
("rust-indexmap" ,rust-indexmap-1)
|
||||
("rust-indexmap" ,rust-indexmap-2)
|
||||
("rust-schemars" ,rust-schemars-0.8)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-serde-with-macros" ,rust-serde-with-macros-3)
|
||||
("rust-time" ,rust-time-0.3))
|
||||
|
|
Loading…
Reference in a new issue