mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
51ede8c2fa
commit
ab614af3fd
1 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue