guix-commits
[Top][All Lists]
Advanced

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

67/224: gnu: r-prediction: Update to 0.3.18.


From: guix-commits
Subject: 67/224: gnu: r-prediction: Update to 0.3.18.
Date: Wed, 17 Jul 2024 03:11:10 -0400 (EDT)

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

commit 560f3b3d9e5f0d972bd090bbfc02e94977201d61
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 14:58:38 2024 +0200

    gnu: r-prediction: Update to 0.3.18.
    
    * gnu/packages/cran.scm (r-prediction): Update to 0.3.18.
    
    Change-Id: I1a852a4f36bae0fb18ac6a6522c4039a0e8fcaf2
---
 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 9624a1e01c..5c1736ec4f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15262,14 +15262,14 @@ parse and convert strings into cases like snake or 
camel among others.")
 (define-public r-prediction
   (package
     (name "r-prediction")
-    (version "0.3.17")
+    (version "0.3.18")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "prediction" version))
        (sha256
         (base32
-         "09fwg3cv7s5mzlcnwp4a04h0ps9m5qlb533p1cpqlinwl72lj4dq"))))
+         "194p2zbypslkd7slnvqw2z456xxwfzjxd11dirhpffjcsizkgrnh"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-data-table))



reply via email to

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