guix-commits
[Top][All Lists]
Advanced

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

81/133: gnu: r-bbotk: Update to 0.4.0.


From: guix-commits
Subject: 81/133: gnu: r-bbotk: Update to 0.4.0.
Date: Thu, 30 Sep 2021 06:43:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c9798d0525b9f6185fc4a31c0a33a9ab5ca4aa98
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 15:33:32 2021 +0200

    gnu: r-bbotk: Update to 0.4.0.
    
    * gnu/packages/cran.scm (r-bbotk): Update to 0.4.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 40eb9ff..8e00060 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28976,14 +28976,14 @@ vector machines, and gradient boosting.")
 (define-public r-bbotk
   (package
     (name "r-bbotk")
-    (version "0.3.2")
+    (version "0.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "bbotk" version))
        (sha256
         (base32
-         "0bd9nxfgsj4ixpgky1mj6knb8l8nivvxpqpyw8vgpkj0za7gp4gr"))))
+         "09cw6z397laszsg5wsgpjh7jda74amqrcl2p25bgjg33ina2nvg7"))))
     (properties `((upstream-name . "bbotk")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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