Commit 17615f54 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.cloudsplaining: 0.8.1 -> 0.8.2

parent 890f5fab
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "cloudsplaining";
  version = "0.8.1";
  version = "0.8.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -28,13 +28,10 @@ buildPythonPackage rec {
    owner = "salesforce";
    repo = "cloudsplaining";
    tag = version;
    hash = "sha256-Ix4SlkGMtserksazXCk0XcDhmxNcfV/QCVsDJjWbu2k=";
    hash = "sha256-Abp/uvH1IYO/rb2o+7uI0Ef6q7K6T0kN1mo+Qit438E=";
  };

  postPatch = ''
    # Ignore pinned versions
    sed -i "s/'\(.*\)\(==\|>=\).*'/'\1'/g" requirements.txt
  '';
  pythonRelaxDeps = true;

  build-system = [ setuptools ];