gnu: rust-rand-core: Update to 0.6.2.
authorHartmut Goebel <h.goebel@crazy-compilers.com>
Sat, 3 Apr 2021 15:52:31 +0000 (17:52 +0200)
committerHartmut Goebel <h.goebel@crazy-compilers.com>
Sat, 3 Apr 2021 15:52:31 +0000 (17:52 +0200)
Version 0.6.1 was yanked.

* gnu/packages/crates-io.scm(rust-rand-core): Update to 0.6.2.

gnu/packages/crates-io.scm

index 32440e2..a20073a 100644 (file)
@@ -31368,14 +31368,14 @@ useful types and distributions, and some randomness-related algorithms.")
 (define-public rust-rand-core-0.6
   (package
     (name "rust-rand-core")
-    (version "0.6.1")
+    (version "0.6.2")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "rand_core" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1rfjrcyaj7blz2nawv2pypm5kqc59p80n6f5pg691399iggxf9n0"))))
+        (base32 "1rvas1afjvd2827b8mf2ilg78h3ksl9npkrdds3wbw9x33mndkrl"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t