[bug#77246,03/18] gnu: python-cleanlab: Update to 2.7.1.

Message ID 20250325075712.22316-3-ngraves@ngraves.fr
State New
Headers
Series [bug#77246,01/18] gnu: python-biom-format: Update to 2.1.16. |

Commit Message

Nicolas Graves March 25, 2025, 7:56 a.m. UTC
  * gnu/packages/machine-learning.scm (python-cleanlab): Update to 2.7.1.
---
 gnu/packages/machine-learning.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index f762e0dc3c..490827b038 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2315,7 +2315,7 @@  (define-public python-scikit-rebate
 (define-public python-cleanlab
   (package
     (name "python-cleanlab")
-    (version "2.7.0")
+    (version "2.7.1")
     ;; The version on pypi does not come with tests.
     (source (origin
               (method git-fetch)
@@ -2325,7 +2325,7 @@  (define-public python-cleanlab
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0f8v5246nzy22r7zswv9vbpxc7wxaqjwry9iq0fqjp2ffch88h6j"))))
+                "073w45azq496x4bhrh8mdywcrg3gk33n13w1pqh1kiykw826ld9b"))))
     (build-system pyproject-build-system)
     (arguments
      (list