summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-11-29 15:22:23 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-11-29 15:27:26 +0100
commit9f7cd46b00ed26881d8cf5c793e0bd1f8b14ab16 (patch)
treeae2e7ed34cd50cf67ccad8f4086978f510058ece /gnu
parentce8c44d0c30a1a2883a8c7cabc5cbfc1f9bafcfa (diff)
downloadguix-9f7cd46b00ed26881d8cf5c793e0bd1f8b14ab16.tar.gz
gnu: r-rngwell: Update to 0.10-8.
* gnu/packages/cran.scm (r-rngwell): Update to 0.10-8.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2c0073f171..dd7b3e784e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23462,14 +23462,14 @@ facilitates insertion into pipelines, and content inspection.")
 (define-public r-rngwell
   (package
     (name "r-rngwell")
-    (version "0.10-7")
+    (version "0.10-8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rngWELL" version))
        (sha256
         (base32
-         "0f1dxxaimfb0fww8ym9ciqf6q760ai46wxldl37m5mfpd57ca00c"))))
+         "0ad1mz11l27h6apil2hd7gwz5zhi9jkjrk2jnhbkd8d0wz9g0sis"))))
     (properties `((upstream-name . "rngWELL")))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/rngWELL/")