python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310)

This commit is contained in:
Nick Cao
2024-11-12 10:57:30 -05:00
committed by GitHub
@@ -18,20 +18,19 @@
# tests
pytestCheckHook,
pytest-cov,
pythonOlder,
}:
buildPythonPackage rec {
pname = "schwifty";
version = "2024.9.0";
version = "2024.11.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-rO6fUCFYfCVPxfd+vvzWL+sMDDqA/qRSPUUTB90E8zA=";
hash = "sha256-0KrtAxaEA7Qz3lFdZj3wlRaUGucBUoUNo6/jwkIlX2o=";
};
build-system = [
@@ -50,7 +49,6 @@ buildPythonPackage rec {
};
nativeCheckInputs = [
pytest-cov
pytestCheckHook
] ++ lib.flatten (lib.attrValues optional-dependencies);