guix-commits
[Top][All Lists]
Advanced

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

10/51: gnu: r-ipred: Update to 0.9-13.


From: guix-commits
Subject: 10/51: gnu: r-ipred: Update to 0.9-13.
Date: Mon, 13 Jun 2022 09:26:32 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9ccb6b4bee495117bffcf29cf1702a7ccd094dd9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 13 14:21:49 2022 +0200

    gnu: r-ipred: Update to 0.9-13.
    
    * gnu/packages/cran.scm (r-ipred): Update to 0.9-13.
---
 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 d044af986f..6680f30e68 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5427,14 +5427,14 @@ provided.")
 (define-public r-ipred
   (package
     (name "r-ipred")
-    (version "0.9-12")
+    (version "0.9-13")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ipred" version))
        (sha256
         (base32
-         "0hsq00382pfd9hzpcgphjxazbxm4zx0k2r6pk6kib56k0ibm7qfn"))))
+         "162ckhqn24l0l5ih7qi2k3lxw5iprm1g5a34q1ik0b9wv5ia0s31"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-class



reply via email to

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