This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1220325857 gnu: python-burr: Update to 0.42.0.
1220325857 is described below

commit 1220325857f91cfe80da34d8edddc6e71df4f180
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Mar 13 11:00:29 2026 +0100

    gnu: python-burr: Update to 0.42.0.
    
    * gnu/packages/machine-learning.scm (python-burr): Update to 0.42.0.
    
    Change-Id: I63c16dcb5b42cdc898b411a71606acd9becd109a
---
 gnu/packages/machine-learning.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index c896f7da8f..b6d5791757 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -329,7 +329,7 @@ family of functions.")
 (define-public python-burr
   (package
     (name "python-burr")
-    (version "0.40.2")
+    (version "0.42.0")
     (source
      (origin
        (method git-fetch)
@@ -338,7 +338,7 @@ family of functions.")
               (commit (string-append "burr-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0scdfdn2dkan5rkrh5ngai8j4i01rj6d6ncrhvab62r43c0h042q"))))
+        (base32 "0a2sf72qy9jkamg6r7d37mv7ayp698h031md7arfyq7v8q9q121n"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to