guix-commits
[Top][All Lists]
Advanced

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

29/76: gnu: r-chk: Update to 0.9.0.


From: guix-commits
Subject: 29/76: gnu: r-chk: Update to 0.9.0.
Date: Wed, 31 May 2023 12:22:39 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5bda35f4686abc56e58852cf853813e90d6d860d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 31 12:15:17 2023 +0200

    gnu: r-chk: Update to 0.9.0.
    
    * gnu/packages/cran.scm (r-chk): Update to 0.9.0.
---
 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 55c095a586..cd0ae6a06e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16238,14 +16238,14 @@ parallel calculations across cluster nodes.")
 (define-public r-chk
   (package
     (name "r-chk")
-    (version "0.8.1")
+    (version "0.9.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "chk" version))
        (sha256
         (base32
-         "0nw3aj8sbd2x8rsvpglsiavk7kivd330mgx676k46m7lhhj7nmpw"))))
+         "1fj9rqvxv0s2j5sikmkn18280w4194kx5hlkah9z0hr4vnzgkrh7"))))
     (properties `((upstream-name . "chk")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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