guix-commits
[Top][All Lists]
Advanced

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

56/58: gnu: rust-oorandom-11.1: Update to 11.1.3.


From: guix-commits
Subject: 56/58: gnu: rust-oorandom-11.1: Update to 11.1.3.
Date: Sun, 13 Jun 2021 13:15:51 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit edddfe5af7716f1f84b50a6ae856b6e8921dea8a
Author: Zheng junjie <873216071@qq.com>
AuthorDate: Fri Jun 11 21:23:43 2021 +0800

    gnu: rust-oorandom-11.1: Update to 11.1.3.
    
    * gnu/packages/crates-io.scm (rust-oorandom-11.1): Update to 11.1.3.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 d9c9d20..d413cee 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -28878,7 +28878,7 @@ contents.")
 (define-public rust-oorandom-11.1
   (package
     (name "rust-oorandom")
-    (version "11.1.0")
+    (version "11.1.3")
     (source
       (origin
         (method url-fetch)
@@ -28887,7 +28887,7 @@ contents.")
           (string-append name "-" version ".tar.gz"))
         (sha256
           (base32
-            "01clxfnz1zwg4maynvbgj09wlkj5m3c8kjqfrp3sqp59qb4wgkpb"))))
+            "0xdm4vd89aiwnrk1xjwzklnchjqvib4klcihlc2bsd4x50mbrc8a"))))
     (build-system cargo-build-system)
     (arguments `(#:skip-build? #t))
     (home-page "https://hg.sr.ht/~icefox/oorandom";)



reply via email to

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