python3Packages.cantools: 41.0.0 -> 41.0.1 (#463453)

This commit is contained in:
Fabian Affolter
2025-11-20 13:18:33 +00:00
committed by GitHub
@@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "cantools";
version = "41.0.0";
version = "41.0.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-gdfvoy1moUmTSyG2kaQPtA254LdPoCwk9PJX9YfRaa4=";
hash = "sha256-WycDUgKJuRFR5fPFT8wBxoijgrqDqjf6RnQxV4Pl8uk=";
};
build-system = [