guix-commits
[Top][All Lists]
Advanced

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

182/416: gnu: rust-rand-pcg-0.3: Update to 0.3.1.


From: guix-commits
Subject: 182/416: gnu: rust-rand-pcg-0.3: Update to 0.3.1.
Date: Fri, 14 Apr 2023 15:25:49 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 54cdf86e91b674dfecfa5ad858823b3780bbb35e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 15 11:30:06 2023 +0200

    gnu: rust-rand-pcg-0.3: Update to 0.3.1.
    
    * gnu/packages/crates-io.scm (rust-rand-pcg-0.3): Update to 0.3.1.
---
 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 eed144694a..31b71234a6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45792,7 +45792,7 @@ generator based on timing jitter.")
 (define-public rust-rand-pcg-0.3
   (package
     (name "rust-rand-pcg")
-    (version "0.3.0")
+    (version "0.3.1")
     (source
       (origin
         (method url-fetch)
@@ -45800,7 +45800,7 @@ generator based on timing jitter.")
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "1w47awndfhgcc31zbji66pwndqmc6lsyairqi9b17f82f19riqbx"))))
+          "0gn79wzs5b19iivybwa09wv4lhi4kbcqciasiqqynggnr8cd1jjr"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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