python3Packages.cantools: 41.0.0 -> 41.0.1

This commit is contained in:
R. Ryantm
2025-11-20 11:38:37 +00:00
parent c4ce11cde3
commit 9c6a77d37a
@@ -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 = [