gnu: rust-pktparse-0.5: Update to 0.7.1.

* gnu/packages/crates-io.scm (rust-pktparse-0.7): New variable.
(rust-pktparse-0.5): Remove variable.
This commit is contained in:
Efraim Flashner 2023-04-17 20:59:15 +03:00
parent 51ede8c2fa
commit ab614af3fd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -43649,10 +43649,10 @@ (define-public rust-pkg-config-0.3
(license (list license:asl2.0
license:expat))))
(define-public rust-pktparse-0.5
(define-public rust-pktparse-0.7
(package
(name "rust-pktparse")
(version "0.5.0")
(version "0.7.1")
(source
(origin
(method url-fetch)
@ -43661,11 +43661,11 @@ (define-public rust-pktparse-0.5
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"17a78c29l070mlwjdr3bdph785c9v5rps0if3v0s21w4nwaybhck"))))
"06sy7lwnhwmkyqfdbi4cs11z55rihipxafbdspnd5zg76pnbgbm8"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-nom" ,rust-nom-5)
(("rust-nom" ,rust-nom-7)
("rust-serde" ,rust-serde-1))))
(home-page "https://github.com/bestouff/pktparse-rs")
(synopsis "Collection of packet parsers")