mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
gnu: rust-num-iter-0.1: Upgrade to 0.1.40.
* gnu/packages/crates-io.scm (rust-num-iter-0.1): Update to 0.1.40. [arguments]: Add rust-num-integer-0.1, rust-num-traits-0.2, rust-autocfg-1.0 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
464a85f3bd
commit
a177e6d0b5
1 changed files with 7 additions and 3 deletions
|
@ -7532,7 +7532,7 @@ combinators library.")
|
||||||
(define-public rust-num-iter-0.1
|
(define-public rust-num-iter-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-num-iter")
|
(name "rust-num-iter")
|
||||||
(version "0.1.39")
|
(version "0.1.40")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7540,13 +7540,17 @@ combinators library.")
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bhk2qbr3261r6zvfc58lz4spfqjhvdripxgz5mks5rd85r55gbn"))))
|
"005wif3bk23b5jdg7l0cprzqzyc4jg0xjyzyykciv2ci08581c6z"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-num-integer" ,rust-num-integer-0.1)
|
||||||
|
("rust-num-traits" ,rust-num-traits-0.2)
|
||||||
|
("rust-autocfg" ,rust-autocfg-1.0))))
|
||||||
(home-page "https://github.com/rust-num/num-iter")
|
(home-page "https://github.com/rust-num/num-iter")
|
||||||
(synopsis "External iterators for generic mathematics")
|
(synopsis "External iterators for generic mathematics")
|
||||||
(description
|
(description
|
||||||
"This crate provides external iterators for generic mathematics.")
|
"This crate provides external iterators for generic mathematics.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue