me
/
guix
Archived
1
0
Fork 0

gnu: rust-serde-with-macros-3: Update to 3.8.1.

* gnu/packages/crates-io.scm (rust-serde-with-macros-3): Update to 3.8.1.

Change-Id: Icd4ebd3d000ac82c3028ca6cef46c20f567bff85
master
Nicolas Goaziou 2024-05-20 21:30:55 +02:00 committed by Efraim Flashner
parent e424b285de
commit 248d255a14
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -69057,14 +69057,14 @@ Rust's serde.")
(define-public rust-serde-with-macros-3
(package
(name "rust-serde-with-macros")
(version "3.4.0")
(version "3.8.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "serde_with_macros" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1277nm0ry2bs52zd5kkddgkzk5s2mhi80x74dnqj68ssyyslwqwk"))))
(base32 "1qmwh1bw83p8h24ijmivfaz0nifhkdvwbcdvr25kwi215xq9nmk5"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags