guix-commits
[Top][All Lists]
Advanced

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

19/48: gnu: r-prediction: Update to 0.3.17.


From: guix-commits
Subject: 19/48: gnu: r-prediction: Update to 0.3.17.
Date: Tue, 7 May 2024 16:20:53 -0400 (EDT)

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

commit 795fc2ead64de39825edec5a9f6d33915d624965
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 22:18:44 2024 +0200

    gnu: r-prediction: Update to 0.3.17.
    
    * gnu/packages/cran.scm (r-prediction): Update to 0.3.17.
    
    Change-Id: Idf811d30e662c4ed25c1d4d9f0ead292b709957b
---
 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 118ce2b9d7..4cba30ce71 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14762,14 +14762,14 @@ parse and convert strings into cases like snake or 
camel among others.")
 (define-public r-prediction
   (package
     (name "r-prediction")
-    (version "0.3.14")
+    (version "0.3.17")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "prediction" version))
        (sha256
         (base32
-         "0awlq5lxfia6m2b91w73rksp93rbwv5gwqb36wbji4rgq41rzbrx"))))
+         "09fwg3cv7s5mzlcnwp4a04h0ps9m5qlb533p1cpqlinwl72lj4dq"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-data-table))



reply via email to

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