guix-commits
[Top][All Lists]
Advanced

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

53/67: gnu: r-bbotk: Update to 0.5.0.


From: guix-commits
Subject: 53/67: gnu: r-bbotk: Update to 0.5.0.
Date: Sun, 23 Jan 2022 08:06:58 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2ceb7a1d89ac7e6155bea81a0ce5417144308a3f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 23 13:33:40 2022 +0100

    gnu: r-bbotk: Update to 0.5.0.
    
    * gnu/packages/cran.scm (r-bbotk): Update to 0.5.0.
---
 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 3aa9e30fe2..b6bed90254 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28882,14 +28882,14 @@ vector machines, and gradient boosting.")
 (define-public r-bbotk
   (package
     (name "r-bbotk")
-    (version "0.4.0")
+    (version "0.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "bbotk" version))
        (sha256
         (base32
-         "09cw6z397laszsg5wsgpjh7jda74amqrcl2p25bgjg33ina2nvg7"))))
+         "15y1w3mi1g91p73786ql1mmqld011757vax17i1vq7zw1s51yzxz"))))
     (properties `((upstream-name . "bbotk")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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