guix-commits
[Top][All Lists]
Advanced

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

18/185: gnu: r-castor: Update to 1.8.2.


From: guix-commits
Subject: 18/185: gnu: r-castor: Update to 1.8.2.
Date: Tue, 2 Jul 2024 09:26:39 -0400 (EDT)

rekado pushed a commit to branch r-team
in repository guix.

commit d3342e12868f03c5ee9dd6f34848140970370f28
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 14:57:27 2024 +0200

    gnu: r-castor: Update to 1.8.2.
    
    * gnu/packages/cran.scm (r-castor): Update to 1.8.2.
    
    Change-Id: Ie6f9bb40516ec555ba87891c3116f19d11a6681e
---
 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 d439fac060..021ce3afa0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -384,13 +384,13 @@ evaluation.")
 (define-public r-castor
   (package
     (name "r-castor")
-    (version "1.8.0")
+    (version "1.8.2")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "castor" version))
               (sha256
                (base32
-                "0caw206hndfzypj33w6npvppdc5hhq1q71wriqd0ck9f238rfi3c"))))
+                "1850i35qsxw7dkkblixnp4h5zhwg0ysx8rzns5h0kr9lwmil6biw"))))
     (properties `((upstream-name . "castor")))
     (build-system r-build-system)
     (propagated-inputs (list r-jsonlite r-matrix r-naturalsort r-rcpp



reply via email to

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