1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Remove bitshuffle.

Deprecation was set 3 months ago.

* gnu/packages/python-compression.scm (bitshuffle): Delete variable.

Change-Id: I58b93f3122ee1c6993185dfa71ea417448973585
This commit is contained in:
Sharlatan Hellseher
2025-12-28 13:20:20 +00:00
parent cb5fe64086
commit 2d0e42a795

View File

@@ -792,9 +792,6 @@ for improving compression, as well as a python/C package that implements this
algorithm within the Numpy framework.")
(license license:expat)))
(define-deprecated-package bitshuffle
python-bitshuffle)
(define-public bitshuffle-for-snappy
(package/inherit python-bitshuffle
(name "bitshuffle-for-snappy")