Commit 6d93973f authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.cloudsplaining: 0.6.3 -> 0.7.0

parent b3cc247b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "cloudsplaining";
  version = "0.6.3";
  version = "0.7.0";
  pyproject = true;

  disabled = pythonOlder "3.6";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "salesforce";
    repo = "cloudsplaining";
    rev = "refs/tags/${version}";
    hash = "sha256-mRWfb14zKS141cYzShXY+OoHWfs9PB1oJu3spsvv6mI=";
    hash = "sha256-ZraWGOiJNqVSmxnllaTvpk9+rUQRFcxFIdp91gpAQW0=";
  };

  postPatch = ''