python312Packages.roadlib: 0.29.0 -> 0.29.1 (#378185)

This commit is contained in:
Fabian Affolter
2025-01-31 20:10:53 +01:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "roadlib";
version = "0.29.0";
version = "0.29.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-bCdPL9ic1zf6Kzv10bUQI5baqWofGDWk4ipuarsqbeY=";
hash = "sha256-147ej4qRH0pR5jeWd0+RjL8SgMu/eVRw9yFx1qJmy/Q=";
};
build-system = [ setuptools ];