diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-02 23:02:18 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-02 23:03:22 +0000 |
| commit | 72cf11751eed42fe71339998c1ead9ee654f8b72 (patch) | |
| tree | 468c41814a50ae53200558f2e11034c9370d694c /gnu/packages/python-compression.scm | |
| parent | 38c5d7beb0e956b5eae3755a77e23a83fe163a18 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index e4f0fbbc51d..155363b0a4c 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -115,14 +115,14 @@ Python versions below 3.14.") | |||
| 115 | (define-public python-blosc | 115 | (define-public python-blosc |
| 116 | (package | 116 | (package |
| 117 | (name "python-blosc") | 117 | (name "python-blosc") |
| 118 | (version "1.11.3") | 118 | (version "1.11.4") |
| 119 | (source | 119 | (source |
| 120 | (origin | 120 | (origin |
| 121 | (method url-fetch) | 121 | (method url-fetch) |
| 122 | (uri (pypi-uri "blosc" version)) | 122 | (uri (pypi-uri "blosc" version)) |
| 123 | (sha256 | 123 | (sha256 |
| 124 | (base32 | 124 | (base32 |
| 125 | "13h8ks58iy4h3ayk7havb4hmkma88598qkf4i4paj53qpa76bvc9")) | 125 | "0dqxyk87xwmj2g1midp29zpibf58vxqavx2sqy9ylfjdapci5cz0")) |
| 126 | (snippet | 126 | (snippet |
| 127 | #~(begin (use-modules (guix build utils)) | 127 | #~(begin (use-modules (guix build utils)) |
| 128 | (delete-file-recursively "blosc/c-blosc"))))) | 128 | (delete-file-recursively "blosc/c-blosc"))))) |
| @@ -140,8 +140,7 @@ Python versions below 3.14.") | |||
| 140 | (native-inputs | 140 | (native-inputs |
| 141 | (list cmake-minimal | 141 | (list cmake-minimal |
| 142 | ninja/pinned | 142 | ninja/pinned |
| 143 | ;; See: <https://github.com/Blosc/python-blosc/issues/347>. | 143 | python-numpy |
| 144 | python-numpy-1 | ||
| 145 | python-psutil | 144 | python-psutil |
| 146 | python-py-cpuinfo | 145 | python-py-cpuinfo |
| 147 | python-scikit-build | 146 | python-scikit-build |
