Commit 8b99032d authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.stripe: 7.4.0 -> 7.5.0

parent b9aa1e95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "stripe";
  version = "7.4.0";
  version = "7.5.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Pcfdgjk20yYt1DCr5XQ4rzLokQNS27NOspa/21nvCuw=";
    hash = "sha256-duDfcHHaXvORNNkpuMf6zxMZqkfCIr8ScrSKxVq/PW8=";
  };

  propagatedBuildInputs = [