python312Packages.roadtx: 1.7.0 -> 1.8.1

This commit is contained in:
Fabian Affolter
2024-05-03 09:37:18 +02:00
parent ecd04dede8
commit 2313c67fcf
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "roadtx";
version = "1.7.0";
version = "1.8.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-qnumJbuBH+ajzfG+bLTrYPvB5uNnL8dJsTZoT2vo6g0=";
hash = "sha256-hhxmwD1+mZtU/VmB8yXeQESh0AGtjhdpDXRG3+mYfEk=";
};
build-system = [