mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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 (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
(define-public rust-pktparse-0.5
|
(define-public rust-pktparse-0.7
|
||||||
(package
|
(package
|
||||||
(name "rust-pktparse")
|
(name "rust-pktparse")
|
||||||
(version "0.5.0")
|
(version "0.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -43661,11 +43661,11 @@ (define-public rust-pktparse-0.5
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17a78c29l070mlwjdr3bdph785c9v5rps0if3v0s21w4nwaybhck"))))
|
"06sy7lwnhwmkyqfdbi4cs11z55rihipxafbdspnd5zg76pnbgbm8"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-nom" ,rust-nom-5)
|
(("rust-nom" ,rust-nom-7)
|
||||||
("rust-serde" ,rust-serde-1))))
|
("rust-serde" ,rust-serde-1))))
|
||||||
(home-page "https://github.com/bestouff/pktparse-rs")
|
(home-page "https://github.com/bestouff/pktparse-rs")
|
||||||
(synopsis "Collection of packet parsers")
|
(synopsis "Collection of packet parsers")
|
||||||
|
|
Loading…
Reference in a new issue