guix-commits
[Top][All Lists]
Advanced

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

14/36: gnu: r-admisc: Update to 0.23.


From: guix-commits
Subject: 14/36: gnu: r-admisc: Update to 0.23.
Date: Tue, 1 Feb 2022 13:36:00 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 469e86f36808c28c908c9d1e1e14d346a652adda
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 1 17:01:31 2022 +0100

    gnu: r-admisc: Update to 0.23.
    
    * gnu/packages/cran.scm (r-admisc): Update to 0.23.
---
 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 65279df5c7..6546b273b6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12789,13 +12789,13 @@ Anderson-Darling Distribution\".")
 (define-public r-admisc
   (package
     (name "r-admisc")
-    (version "0.22")
+    (version "0.23")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "admisc" version))
        (sha256
-        (base32 "1jwz9z3brq4lbnqrkxx40vrn47rknkkj4xfv2gi8kmf1mzc5aqcd"))))
+        (base32 "0md0sygwdglyw7ss0dw6h235n70vpf25npp1q5b5nmb4db0fq80c"))))
     (properties `((upstream-name . "admisc")))
     (build-system r-build-system)
     (home-page "https://github.com/dusadrian/admisc";)



reply via email to

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