guix-commits
[Top][All Lists]
Advanced

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

67/116: gnu: r-rngwell: Update to 0.10-7.


From: guix-commits
Subject: 67/116: gnu: r-rngwell: Update to 0.10-7.
Date: Wed, 24 Nov 2021 06:16:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5c5b57268fd1062d66654f5169f14e51c0da91fe
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 15:23:27 2021 +0100

    gnu: r-rngwell: Update to 0.10-7.
    
    * gnu/packages/cran.scm (r-rngwell): Update to 0.10-7.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0b02159..027faf8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21144,14 +21144,14 @@ facilitates insertion into pipelines, and content 
inspection.")
 (define-public r-rngwell
   (package
     (name "r-rngwell")
-    (version "0.10-6")
+    (version "0.10-7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rngWELL" version))
        (sha256
         (base32
-         "0pjjcs9pqj7mf0mhb2cwd0aanqpwnm65bm86hk6mi2vw8rgnj2vv"))))
+         "0f1dxxaimfb0fww8ym9ciqf6q760ai46wxldl37m5mfpd57ca00c"))))
     (properties `((upstream-name . "rngWELL")))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/rngWELL/";)



reply via email to

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