gnu: Add rust-ipnetwork-0.18.

* gnu/packages/crates-io.scm (rust-ipnetwork-0.18): New variable.

Change-Id: I39eb804a89ffe7cdc4ffbd60d2a1b36b59c8371f
This commit is contained in:
Efraim Flashner 2024-02-18 12:40:36 +02:00
parent 287436af87
commit c581d7352b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -31115,6 +31115,24 @@ (define-public rust-ipnetwork-0.20
Rust.")
(license (list license:expat license:asl2.0))))
(define-public rust-ipnetwork-0.18
(package
(inherit rust-ipnetwork-0.20)
(name "rust-ipnetwork")
(version "0.18.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "ipnetwork" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0mfkcrw8dxys6vi9bpvk2x1dyc8qi5wvrpc8jqinnm43n4wxg220"))))
(arguments
`(#:cargo-inputs (("rust-serde" ,rust-serde-1))
#:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.3)
("rust-serde-derive" ,rust-serde-derive-1)
("rust-serde-json" ,rust-serde-json-1))))))
(define-public rust-ipnetwork-0.17
(package
(inherit rust-ipnetwork-0.20)