guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: rust-rand-core: Update to 0.6.2.


From: guix-commits
Subject: branch master updated: gnu: rust-rand-core: Update to 0.6.2.
Date: Sat, 03 Apr 2021 11:55:52 -0400

This is an automated email from the git hooks/post-receive script.

htgoebel pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a6c6079  gnu: rust-rand-core: Update to 0.6.2.
a6c6079 is described below

commit a6c6079babdc894f82626f2f64bd3515082eabe5
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Sat Apr 3 17:52:31 2021 +0200

    gnu: rust-rand-core: Update to 0.6.2.
    
    Version 0.6.1 was yanked.
    
    * gnu/packages/crates-io.scm(rust-rand-core): Update to 0.6.2.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 32440e2..a20073a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]