Unverified Commit 6509e2db authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #332641 from r-ryantm/auto-update/python312Packages.stripe

python312Packages.stripe: 10.4.0 -> 10.6.0
parents bb3ce701 6a3b421c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "stripe";
  version = "10.4.0";
  version = "10.6.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-WRVdvVkWInyd7euvrr6SuVDdMvBd26YVs7xSR5qXcHA=";
    hash = "sha256-QcywraWSjYlTDtBtF6cb+/X06k8jJOMNjWNqKrcYCnQ=";
  };

  build-system = [ setuptools ];