Unverified Commit 5e1eeb20 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #315220 from r-ryantm/auto-update/python311Packages.stripe

python311Packages.stripe: 9.7.0 -> 9.8.0
parents e34fb346 2dec08e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "stripe";
  version = "9.7.0";
  version = "9.8.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-r2lHI795aM6hipVmQdzveG7B9y3oAicY+j7194aL1DA=";
    hash = "sha256-YxYfynRstqgeIVi/YZUMy4118bcjHH9KyeBYF6q1hrQ=";
  };

  build-system = [ setuptools ];