[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: Update rust-rand-core-0.5 to 0.5.1.
From: |
guix-commits |
Subject: |
06/09: gnu: Update rust-rand-core-0.5 to 0.5.1. |
Date: |
Mon, 20 Jan 2020 04:17:10 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 812ce80adaa0e2174ca9ee6c3a0fc9e2d6e6d0bd
Author: John Soo <address@hidden>
AuthorDate: Tue Jan 14 09:12:54 2020 -0800
gnu: Update rust-rand-core-0.5 to 0.5.1.
* gnu/packages/crates-io.scm (rust-rand-core-0.5): Update to 0.5.1.
[arguments]: Remove rust-serde-derive-1.0 from cargo-inputs.
Signed-off-by: Efraim Flashner <address@hidden>
---
gnu/packages/crates-io.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 10e19d4..72bc1ad 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -7733,7 +7733,7 @@ useful types and distributions, and some
randomness-related algorithms.")
(define-public rust-rand-core-0.5
(package
(name "rust-rand-core")
- (version "0.5.0")
+ (version "0.5.1")
(source
(origin
(method url-fetch)
@@ -7742,14 +7742,13 @@ useful types and distributions, and some
randomness-related algorithms.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1jis94x9ri8xlxki2w2w5k29sjpfwgzkjylg7paganp74hrnhpk1"))))
+ "06bdvx08v3rkz451cm7z59xwwqn1rkfh6v9ay77b14f8dwlybgch"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-getrandom" ,rust-getrandom-0.1)
- ("rust-serde" ,rust-serde-1.0)
- ("rust-serde-derive" ,rust-serde-derive-1.0))))
+ ("rust-serde" ,rust-serde-1.0))))
(home-page "https://crates.io/crates/rand-core")
(synopsis
"Core random number generator traits and tools for implementation")
- branch master updated (17fe068 -> 544fff4), guix-commits, 2020/01/20
- 02/09: gnu: Update rust-crossbeam-deque to 0.7.2., guix-commits, 2020/01/20
- 01/09: gnu: Add rust-crossbeam-epoch-0.8., guix-commits, 2020/01/20
- 05/09: gnu: Update rust-rand-chacha-0.2 to 0.2.1., guix-commits, 2020/01/20
- 03/09: gnu: Add rust-crossbeam-queue-0.2., guix-commits, 2020/01/20
- 04/09: gnu: Add rust-memoffset-0.5., guix-commits, 2020/01/20
- 06/09: gnu: Update rust-rand-core-0.5 to 0.5.1.,
guix-commits <=
- 07/09: gnu: rust-rand-hc-0.1: Don't hide package., guix-commits, 2020/01/20
- 08/09: gnu: Add rust-rand-hc-0.2., guix-commits, 2020/01/20
- 09/09: gnu: Add rust-crossbeam-utils-0.7., guix-commits, 2020/01/20