python3Packages.cantools: 39.4.5 -> 39.4.8

https://github.com/cantools/cantools/releases/tag/39.4.8
This commit is contained in:
Martin Weinelt 2024-09-29 17:03:58 +02:00
parent 0f7954a44d
commit e4d7618f62

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "cantools";
version = "39.4.5";
version = "39.4.8";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-WU8q6A3q24xrCOjhMi1C4lj0DULIDWiG2E4BQ/kLWiM=";
hash = "sha256-kzgDr+l96R2ScFOwJ+KhZeTOiRq/jkLWtAmnt9/vqA0=";
};
nativeBuildInputs = [