guix-commits
[Top][All Lists]
Advanced

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

122/212: gnu: r-rngwell: Update to 0.10-9.


From: guix-commits
Subject: 122/212: gnu: r-rngwell: Update to 0.10-9.
Date: Sat, 18 Feb 2023 14:01:11 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5d18b18e3b47e8e9d0ec8600b9e9ccdc1ae9015a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:46 2023 +0100

    gnu: r-rngwell: Update to 0.10-9.
    
    * gnu/packages/cran.scm (r-rngwell): Update to 0.10-9.
---
 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 7babc61a2c..5aa67b4a03 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24531,14 +24531,14 @@ facilitates insertion into pipelines, and content 
inspection.")
 (define-public r-rngwell
   (package
     (name "r-rngwell")
-    (version "0.10-8")
+    (version "0.10-9")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rngWELL" version))
        (sha256
         (base32
-         "0ad1mz11l27h6apil2hd7gwz5zhi9jkjrk2jnhbkd8d0wz9g0sis"))))
+         "1jyanz789ylbz9a2agqv5c674zrfqn0k7s9d5dfia63dpq8cqscr"))))
     (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]