python3Packages.roadlib: 0.26.0 -> 0.27.0

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:12 +02:00
parent 015cc8f1a4
commit 258b673a7d
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "roadlib";
version = "0.26.0";
version = "0.27.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-qh+xVBqQ/bkXl7Xa6w+SIkQRwIUW5ut4yosGko+8xrY=";
hash = "sha256-k2ePgxWLbDGjMNfA/cQabSx98FRVrsdV9WANXuIGD+E=";
};
build-system = [ setuptools ];