python3Packages.roadrecon: 1.7.4 -> 2.0.0

This commit is contained in:
Fabian Affolter
2026-06-11 15:44:49 +02:00
parent 9f02bf092a
commit 7bdb2c1a2e
@@ -17,12 +17,14 @@
buildPythonPackage (finalAttrs: {
pname = "roadrecon";
version = "1.7.4";
version = "2.0.0";
pyproject = true;
__structuredAttrs = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-V/McstT+2LAlNe4HHQ0xNfAIM0ExFstyEL3qQrEfkoQ=";
hash = "sha256-wzr0J6tGhsZdjTDeIeSzCRTquiw4iZ8FxqFEl1fC2iU=";
};
pythonRelaxDeps = [