python3Packages.cantools: 41.2.1 -> 41.3.0

This commit is contained in:
R. Ryantm
2026-03-25 21:33:57 +00:00
parent 6214c69078
commit 83dea2f5d3
@@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "cantools";
version = "41.2.1";
version = "41.3.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-HxdoK91A9oALjuiW0aGFM/5mRdbeb8j8T3J2n/uuLR4=";
hash = "sha256-VRuYBZLGbmsSX4xF8Styb6hzUrKTG5AmsHY2o3dQSp4=";
};
build-system = [