Unverified Commit f1222c90 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 634e2d07 9c6a77d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [