python3Packages.cantools: 40.2.1 -> 40.2.2

This commit is contained in:
R. Ryantm
2025-05-17 21:02:48 +00:00
parent 489293fffc
commit 941f1fb217
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "cantools";
version = "40.2.1";
version = "40.2.2";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-3Tvt9psNxFCiJwmdAKkTqLuP6+SoRBXutV62mSJlw+A=";
hash = "sha256-ba5GyqiiAL2/mIvDLw4/vLHbOE6wl+znynPAeeXu2Bw=";
};
nativeBuildInputs = [