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 72cf11751e gnu: python-blosc: Update to 1.11.4.
72cf11751e is described below

commit 72cf11751eed42fe71339998c1ead9ee654f8b72
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Mar 2 23:02:18 2026 +0000

    gnu: python-blosc: Update to 1.11.4.
    
    * gnu/packages/python-compression.scm (python-blosc): Update to 1.11.4.
    [native-inputs]: Remove python-numpy-1; add python-numpy.
    
    Relates-to: https://codeberg.org/guix/guix/issues/6610
    Change-Id: Ib85e33c821e243dabe9168ad2c5f5ddf00187e23
---
 gnu/packages/python-compression.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-compression.scm 
b/gnu/packages/python-compression.scm
index e4f0fbbc51..155363b0a4 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -115,14 +115,14 @@ Python versions below 3.14.")
 (define-public python-blosc
   (package
     (name "python-blosc")
-    (version "1.11.3")
+    (version "1.11.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "blosc" version))
        (sha256
         (base32
-         "13h8ks58iy4h3ayk7havb4hmkma88598qkf4i4paj53qpa76bvc9"))
+         "0dqxyk87xwmj2g1midp29zpibf58vxqavx2sqy9ylfjdapci5cz0"))
        (snippet
         #~(begin (use-modules (guix build utils))
                  (delete-file-recursively "blosc/c-blosc")))))
@@ -140,8 +140,7 @@ Python versions below 3.14.")
     (native-inputs
      (list cmake-minimal
            ninja/pinned
-           ;; See: <https://github.com/Blosc/python-blosc/issues/347>.
-           python-numpy-1
+           python-numpy
            python-psutil
            python-py-cpuinfo
            python-scikit-build

Reply via email to