guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: r-ipred: Update to 0.9-9.


From: guix-commits
Subject: 01/03: gnu: r-ipred: Update to 0.9-9.
Date: Mon, 29 Apr 2019 18:34:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5fce90135cd0304ae5d06d0168d764d879b7cea6
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Apr 30 00:32:58 2019 +0200

    gnu: r-ipred: Update to 0.9-9.
    
    * gnu/packages/cran.scm (r-ipred): Update to 0.9-9.
---
 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 d282ee8..f351e49 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2593,14 +2593,14 @@ provided.")
 (define-public r-ipred
   (package
     (name "r-ipred")
-    (version "0.9-8")
+    (version "0.9-9")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ipred" version))
        (sha256
         (base32
-         "01xcg3c121ndfpz9dirqxszknh4yb1p222p7f1wbwwhdrg1i27cw"))))
+         "0vs1hqfx7yd0xdbmfsf2gim7spkni0845cj6gswn0nhdfdq7ma0d"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-class" ,r-class)



reply via email to

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