python3Packages.schwifty: 2026.07.0 → 2026.07.1 (#542189)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-15 13:23:53 +00:00
committed by GitHub
@@ -23,15 +23,15 @@
buildPythonPackage rec {
pname = "schwifty";
version = "2026.07.0";
version = "2026.07.1";
pyproject = true;
src = fetchPypi {
inherit pname;
# The version is different missing leading zeros in the CalVer month.
# This is due to PyPI's normalization of integers
version = "2026.7.0";
hash = "sha256-ej/mSjACWqM1nm8zGhgSeOxCFHarll3wCXUA2d2+V8Y=";
version = "2026.7.1";
hash = "sha256-Rux0m5MQG5aBrEiQAEjalxdbabYWAU33qFSuN+rddEA=";
};
build-system = [