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

python312Packages.stripe: 11.1.0 -> 11.2.0 (#354852)

parents 27a10378 92e12541
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "stripe";
  version = "11.1.0";
  version = "11.2.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-H6xmDcwwFCaMr8lKRevqxm8adSNl9gAZ0iY+DB4Plls=";
    hash = "sha256-TFPWHXtZYHAyS/pdchWEMUX+VGbkiXPYKKq0GtIJtc4=";
  };

  build-system = [ setuptools ];