python3Packages.roadlib: 0.29.1 -> 1.3.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:13:03 +02:00
parent 02d0a53111
commit e8fbc646d9
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "roadlib";
version = "0.29.1";
version = "1.3.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-147ej4qRH0pR5jeWd0+RjL8SgMu/eVRw9yFx1qJmy/Q=";
hash = "sha256-RI6gUqCaOeLesIwHtsASEkTtdRxLCAP6+C5Yj8mBb2o=";
};
build-system = [ setuptools ];