mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: rust-num-integer-0.1: Update to 0.1.42.
* gnu/packages/crates-io.scm (rust-num-integer-0.1): Update to 0.1.42. [arguments]: Add rust-num-traits-0.2, rust-autocfg-1.0 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
f010cd54a5
commit
6901f6cdc8
1 changed files with 6 additions and 3 deletions
|
@ -7361,7 +7361,7 @@ (define-public rust-num-cpus-1.10
|
||||||
(define-public rust-num-integer-0.1
|
(define-public rust-num-integer-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-num-integer")
|
(name "rust-num-integer")
|
||||||
(version "0.1.41")
|
(version "0.1.42")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7370,12 +7370,15 @@ (define-public rust-num-integer-0.1
|
||||||
(string-append name "-" version ".crate"))
|
(string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02dwjjpfbi16c71fq689s4sw3ih52cvfzr5z5gs6qpr5z0g58pmq"))))
|
"1fpw8yr9xwsf3qrh91rm7mzqaiwlc2dmnalsxv9pr9w1klpacviz"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-num-traits" ,rust-num-traits-0.2)
|
||||||
|
("rust-autocfg" ,rust-autocfg-1.0))))
|
||||||
(home-page "https://github.com/rust-num/num-integer")
|
(home-page "https://github.com/rust-num/num-integer")
|
||||||
(synopsis "Integer traits and functions")
|
(synopsis "Integer traits and functions")
|
||||||
(description "Integer traits and functions.")
|
(description "Integer traits and functions.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
;; Dual licensed.
|
;; Dual licensed.
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
Loading…
Reference in a new issue