gnu: rust-nom-derive-0.7: Update to 0.10.1.
* gnu/packages/crates-io.scm (rust-nom-derive-0.10): New variable. (rust-nom-derive-0.7): Remove variable.
This commit is contained in:
parent
9e4e4fcfc8
commit
19eaf7ab0c
1 changed files with 7 additions and 8 deletions
|
|
@ -38309,10 +38309,10 @@ combinators library.")
|
||||||
combinators library (fork for proposals for v8)")
|
combinators library (fork for proposals for v8)")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-nom-derive-0.7
|
(define-public rust-nom-derive-0.10
|
||||||
(package
|
(package
|
||||||
(name "rust-nom-derive")
|
(name "rust-nom-derive")
|
||||||
(version "0.7.2")
|
(version "0.10.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
@ -38321,16 +38321,15 @@ combinators library (fork for proposals for v8)")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xwbbkfhr8zrlcknlj75l50rp2b267qm9sd8vphx6gwzyg24n2zz"))))
|
"19vrbhkn47zw5sks17ril7aryzx0ixg62n0ddrxbil48igb47y8z"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
(("rust-nom" ,rust-nom-7)
|
||||||
("rust-quote" ,rust-quote-1)
|
("rust-nom-derive-impl" ,rust-nom-derive-impl-0.10)
|
||||||
("rust-syn" ,rust-syn-1))
|
("rust-rustversion" ,rust-rustversion-1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-nom" ,rust-nom-6)
|
(("rust-pretty-assertions" ,rust-pretty-assertions-0.7)
|
||||||
("rust-pretty-assertions" ,rust-pretty-assertions-0.7)
|
|
||||||
("rust-trybuild" ,rust-trybuild-1))))
|
("rust-trybuild" ,rust-trybuild-1))))
|
||||||
(home-page "https://github.com/rust-bakery/nom-derive")
|
(home-page "https://github.com/rust-bakery/nom-derive")
|
||||||
(synopsis "Custom derive nom parsers from struct")
|
(synopsis "Custom derive nom parsers from struct")
|
||||||
|
|
|
||||||
Reference in a new issue