Unverified Commit 2446de72 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python313Packages.commoncode: 32.1.0 -> 32.2.1

parent 54147e9a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "commoncode";
  version = "32.1.0";
  version = "32.2.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "nexB";
    repo = "commoncode";
    tag = "v${version}";
    hash = "sha256-TzQmAJlgcHaarUhicIH4EbOIn+3feu43QQlLq+Z5ERA=";
    hash = "sha256-dCiERdNVup95UnvmJEzkpQsRvpk2eKqvwD6jkEBrXfE=";
  };

  dontConfigure = true;