mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
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:
parent
77032bf704
commit
55e6486224
1 changed files with 6 additions and 9 deletions
|
@ -2982,6 +2982,7 @@ (define-public rust-rand-core-0.5
|
||||||
|
|
||||||
(define-public rust-rand-core-0.4
|
(define-public rust-rand-core-0.4
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-rand-core-0.5)
|
||||||
(name "rust-rand-core")
|
(name "rust-rand-core")
|
||||||
(version "0.4.2")
|
(version "0.4.2")
|
||||||
(source
|
(source
|
||||||
|
@ -2992,15 +2993,11 @@ (define-public rust-rand-core-0.4
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p09ynysrq1vcdlmcqnapq4qakl2yd1ng3kxh3qscpx09k2a6cww"))))
|
"1p09ynysrq1vcdlmcqnapq4qakl2yd1ng3kxh3qscpx09k2a6cww"))))
|
||||||
(build-system cargo-build-system)
|
(arguments
|
||||||
(home-page "https://crates.io/crates/rand_core")
|
`(#:skip-build? #t
|
||||||
(synopsis
|
#:cargo-inputs
|
||||||
"Core random number generator traits and tools for implementation.")
|
(("rust-serde" ,rust-serde-1.0)
|
||||||
(description
|
("rust-serde-derive" ,rust-serde-derive-1.0))))))
|
||||||
"Core random number generator traits and tools for implementation.")
|
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
|
||||||
license:expat))))
|
|
||||||
|
|
||||||
(define-public rust-rand-core-0.3
|
(define-public rust-rand-core-0.3
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue