mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +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
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue