python312Packages.schwifty: 2024.11.0 -> 2025.1.0

This commit is contained in:
R. Ryantm
2025-01-24 17:36:14 +00:00
parent bafca6cbe1
commit a21bb596c3
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "schwifty";
version = "2024.11.0";
version = "2025.1.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-0KrtAxaEA7Qz3lFdZj3wlRaUGucBUoUNo6/jwkIlX2o=";
hash = "sha256-9JLzy+o76x/gvxGokHXm5BOl9QDuGv2ymhJKmomxoso=";
};
build-system = [