python312Packages.roadlib: 0.24.1 -> 0.26.0

This commit is contained in:
Fabian Affolter
2024-07-28 20:43:52 +02:00
parent 0a152aced6
commit 1a75a7df55
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "roadlib";
version = "0.24.1";
version = "0.26.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-tQbJWHXxvjGhqGBI9nn8EL7rJcVyH095FfNSsxkrImQ=";
hash = "sha256-qh+xVBqQ/bkXl7Xa6w+SIkQRwIUW5ut4yosGko+8xrY=";
};
build-system = [ setuptools ];