Skip to content

Commit ce05daa

Browse files
authored
python3Packages.cantools: 40.2.1 -> 40.2.2 (#408148)
2 parents 5c1648c + 941f1fb commit ce05daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/cantools/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
buildPythonPackage rec {
2020
pname = "cantools";
21-
version = "40.2.1";
21+
version = "40.2.2";
2222
pyproject = true;
2323

2424
disabled = pythonOlder "3.9";
2525

2626
src = fetchPypi {
2727
inherit pname version;
28-
hash = "sha256-3Tvt9psNxFCiJwmdAKkTqLuP6+SoRBXutV62mSJlw+A=";
28+
hash = "sha256-ba5GyqiiAL2/mIvDLw4/vLHbOE6wl+znynPAeeXu2Bw=";
2929
};
3030

3131
nativeBuildInputs = [

0 commit comments

Comments
 (0)