Loading pkgs/development/python-modules/blosc2/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -32,14 +32,14 @@ buildPythonPackage rec { pname = "blosc2"; version = "3.6.1"; version = "3.7.1"; pyproject = true; src = fetchFromGitHub { owner = "Blosc"; repo = "python-blosc2"; tag = "v${version}"; hash = "sha256-MSGuG9Vqniz6gie0je84XNTHLZaZho9tmqELMKoDh/U="; hash = "sha256-mA7/8i77wtl9b6IT4Wp/uFDYp/IacnPnAsRoXe64+z4="; }; nativeBuildInputs = [ Loading Loading @@ -75,6 +75,11 @@ buildPythonPackage rec { ] ++ lib.optionals runTorchTests [ torch ]; disabledTests = [ # attempts external network requests "test_with_remote" ]; passthru.c-blosc2 = c-blosc2; meta = with lib; { Loading Loading
pkgs/development/python-modules/blosc2/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -32,14 +32,14 @@ buildPythonPackage rec { pname = "blosc2"; version = "3.6.1"; version = "3.7.1"; pyproject = true; src = fetchFromGitHub { owner = "Blosc"; repo = "python-blosc2"; tag = "v${version}"; hash = "sha256-MSGuG9Vqniz6gie0je84XNTHLZaZho9tmqELMKoDh/U="; hash = "sha256-mA7/8i77wtl9b6IT4Wp/uFDYp/IacnPnAsRoXe64+z4="; }; nativeBuildInputs = [ Loading Loading @@ -75,6 +75,11 @@ buildPythonPackage rec { ] ++ lib.optionals runTorchTests [ torch ]; disabledTests = [ # attempts external network requests "test_with_remote" ]; passthru.c-blosc2 = c-blosc2; meta = with lib; { Loading