gnu: rust-rand-core-0.4: Update package.

* gnu/packages/crates-io.scm (rust-rand-core-0.4)[inherit]: New field,
inherit from rust-rand-core-0.5.
[arguments]: Skip build, add #:cargo-inputs.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2019-12-30 20:48:31 +02:00
parent 77032bf704
commit 55e6486224
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2982,6 +2982,7 @@ (define-public rust-rand-core-0.5
(define-public rust-rand-core-0.4
(package
(inherit rust-rand-core-0.5)
(name "rust-rand-core")
(version "0.4.2")
(source
@ -2992,15 +2993,11 @@ (define-public rust-rand-core-0.4
(sha256
(base32
"1p09ynysrq1vcdlmcqnapq4qakl2yd1ng3kxh3qscpx09k2a6cww"))))
(build-system cargo-build-system)
(home-page "https://crates.io/crates/rand_core")
(synopsis
"Core random number generator traits and tools for implementation.")
(description
"Core random number generator traits and tools for implementation.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-serde" ,rust-serde-1.0)
("rust-serde-derive" ,rust-serde-derive-1.0))))))
(define-public rust-rand-core-0.3
(package