python3Packages.schwifty: 2025.1.0 -> 2025.6.0

This commit is contained in:
R. Ryantm
2025-06-15 03:52:36 +00:00
parent 7b803c3519
commit ad247028e2
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "schwifty";
version = "2025.1.0";
version = "2025.6.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-9JLzy+o76x/gvxGokHXm5BOl9QDuGv2ymhJKmomxoso=";
hash = "sha256-q62H94Kjj2N9bnHn3XuxmGuwkReFI0FgvrvnF/vsuLQ=";
};
build-system = [