gnu: rust-fastrand-1: Update to 1.6.0.

* gnu/packages/crates-io.scm (rust-fastrand-1): Update to 1.6.0.
This commit is contained in:
Efraim Flashner 2022-01-13 18:28:37 +02:00
parent ed1461fa18
commit 24dbd44bdc
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Ivan Petkov <ivanppetkov@gmail.com>
;;; Copyright © 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2019, 2020, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 20192022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 20192021 Tobias Geerinckx-Rice <me@tobias.gr>
@ -18713,14 +18713,14 @@ (define-public rust-fastq-0.6
(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