efraim pushed a commit to branch master
in repository guix.
commit 24dbd44bdc53892105063870427fec84bb7ed41a
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Jan 13 18:28:37 2022 +0200
gnu: rust-fastrand-1: Update to 1.6.0.
* gnu/packages/crates-io.scm (rust-fastrand-1): Update to 1.6.0.
---
gnu/packages/crates-io.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 03bd6fa3ba..1cebb9fa9d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Ivan Petkov <[email protected]>
-;;; Copyright © 2019, 2020, 2021 Efraim Flashner <[email protected]>
+;;; Copyright © 2019, 2020, 2021, 2022 Efraim Flashner <[email protected]>
;;; Copyright © 2019–2022 Nicolas Goaziou <[email protected]>
;;; Copyright © 2019 Giacomo Leidi <[email protected]>
;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <[email protected]>
@@ -18713,14 +18713,14 @@ floats.")
(define-public rust-fastrand-1
(package
(name "rust-fastrand")
- (version "1.5.0")
+ (version "1.6.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "fastrand" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0birvh29m4x6nwjdyrmiyiypw9l52bmvk15ksdw96hjs50yyv55k"))))
+ (base32 "1ci4fcwfwkkpwd8b0zgxgvp4qf84cl53ivnp1r6cr40bd8xh97bp"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs