python3Packages.pytransportnswv2: 3.0.2 -> 3.0.5

This commit is contained in:
Fabian Affolter
2026-06-10 18:36:55 +02:00
parent e1592f880b
commit 1bb3a55073
@@ -10,12 +10,12 @@
buildPythonPackage (finalAttrs: {
pname = "pytransportnswv2";
version = "3.0.2";
version = "3.0.5";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-mAVrt0Ui/mXDKAq0sf2A9E3zM3P5Eq9NXSQdw68B4hY=";
hash = "sha256-ECU5uCcglCOIDwqL2hc0XS8L0gpY1JUzoogzmzGwApo=";
};
build-system = [ hatchling ];