python311Packages.roadlib: 0.24.0 -> 0.24.1

This commit is contained in:
R. Ryantm 2024-05-16 04:47:14 +00:00
parent 0f2ebf4b0b
commit e53bf11cd3

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "roadlib";
version = "0.24.0";
version = "0.24.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+5vR2iTFu50PJIsj4sW6McH1sg3yyEIwk15W8Jk0GKA=";
hash = "sha256-tQbJWHXxvjGhqGBI9nn8EL7rJcVyH095FfNSsxkrImQ=";
};
build-system = [ setuptools ];