mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: rust-num-derive-0.3: Update to 0.3.2.
* gnu/packages/crates-io.scm (rust-num-derive-0.3): Update to 0.3.2. [arguments]: Don't skip build. In cargo-development-inputs add rust-num-0.3, rust-num-traits-0.2.
This commit is contained in:
parent
9051fdd3dd
commit
efa3567ca5
1 changed files with 7 additions and 5 deletions
|
@ -15343,7 +15343,7 @@ including bigint, complex, rational, range iterators, generic integers, and more
|
||||||
(define-public rust-num-derive-0.3
|
(define-public rust-num-derive-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-num-derive")
|
(name "rust-num-derive")
|
||||||
(version "0.3.0")
|
(version "0.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -15352,14 +15352,16 @@ including bigint, complex, rational, range iterators, generic integers, and more
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0imprwv8cs01k46g56ajlvc97dp8kz51y2vn6cp9jkw1c6r1b2qc"))))
|
"1czs5215ypgbwg0qgy2i515xj3vfcgm8fw7gi4gmwsyv3a2bj2bg"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
("rust-syn" ,rust-syn-1)
|
("rust-syn" ,rust-syn-1)
|
||||||
("rust-quote" ,rust-quote-1))))
|
("rust-quote" ,rust-quote-1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-num" ,rust-num-0.3)
|
||||||
|
("rust-num-traits" ,rust-num-traits-0.2))))
|
||||||
(home-page "https://github.com/rust-num/num-derive")
|
(home-page "https://github.com/rust-num/num-derive")
|
||||||
(synopsis "Numeric syntax extensions")
|
(synopsis "Numeric syntax extensions")
|
||||||
(description "This package provides numeric syntax extensions.")
|
(description "This package provides numeric syntax extensions.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue