python312Packages.cantools: 39.4.13 -> 40.0.0

This commit is contained in:
R. Ryantm
2024-12-22 17:06:16 +00:00
parent 3923fc3ef2
commit aa32a2b58b
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "cantools";
version = "39.4.13";
version = "40.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-rYT7Vh9asgzNKkW3/LKQkwCPbImByfY28tlGE+03w9E=";
hash = "sha256-Wy0tfFAe2JA7vIEE4ojO9MKd7m9Yu2Yrx0vYvgPVmsI=";
};
nativeBuildInputs = [