1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 15:10:37 +02:00

gnu: rust-ipnet-2: Update to 2.10.1.

* gnu/packages/crates-io.scm (rust-ipnet-2): Update to 2.10.1.
[cargo-inputs]: Add rust-heapless-0.5.

Change-Id: I72d7df71d90081a82b1df064b8e506b5506f859a
This commit is contained in:
Efraim Flashner
2024-12-25 16:22:17 +02:00
parent c4322de0e1
commit 7aaa470edd

View File

@@ -38297,19 +38297,19 @@ ABI compatible with @code{std} and @code{lbc}.")
(define-public rust-ipnet-2
(package
(name "rust-ipnet")
(version "2.7.2")
(version "2.10.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "ipnet" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0zxmnidy5qha1i384fzjfxcsi0qvkbcp730h26q4z3dg54hyxdhj"))))
(base32 "025p9wm94q1w2l13hbbr4cbmfygly3a2ag8g5s618l2jhq4l3hnx"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-schemars" ,rust-schemars-0.8)
(("rust-heapless" ,rust-heapless-0.5)
("rust-schemars" ,rust-schemars-0.8)
("rust-serde" ,rust-serde-1))
#:cargo-development-inputs
(("rust-serde-test" ,rust-serde-test-1))))