python3Packages.roadlib: 1.3.1 -> 1.4.0

This commit is contained in:
R. Ryantm
2025-07-24 09:47:08 +00:00
parent 9ee8a0dd22
commit c31d36d624
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "roadlib";
version = "1.3.1";
version = "1.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-RI6gUqCaOeLesIwHtsASEkTtdRxLCAP6+C5Yj8mBb2o=";
hash = "sha256-xiWX16bnEhy7Ykn0nEXpXLJJ5rsZrr2rYmu6WE5XhaQ=";
};
build-system = [ setuptools ];