python310Packages.stripe 5.5.0 -> 6.7.0 https://repology.org/project/python:stripe/versions attrpath: python310Packages.stripe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i2kfp4m70plr8zvqxnxy7nflzqza975n-packages.json.drv building '/nix/store/i2kfp4m70plr8zvqxnxy7nflzqza975n-packages.json.drv'... Going to be running update for following packages: - python3.10-stripe-5.5.0 Press Enter key to continue... Running update for: - python3.10-stripe-5.5.0: UPDATING ... - python3.10-stripe-5.5.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/stripe/default.nix b/pkgs/development/python-modules/stripe/default.nix index 9f1f11e1c18c..95535b610809 100644 --- a/pkgs/development/python-modules/stripe/default.nix +++ b/pkgs/development/python-modules/stripe/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "stripe"; - version = "5.5.0"; + version = "6.7.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-BKlzKzekYijs8OSWFjo+3ZNZaw5iAAKfvEiRFjhifhk="; + hash = "sha256-J5TMxLTJcHDRyrQ4Xh0qrWWTe0Q3t1zB+vfWfdqBmfQ="; }; propagatedBuildInputs = [ No auto update branch exists Old version 5.5.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , requests , pythonOlder , typing-extensions }: buildPythonPackage rec { pname = "stripe"; version = "6.5.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-9fTHare5AfJjHvd3QdBpMg8zKMHjGRjax+20qgSssP0="; }; propagatedBuildInputs = [ requests typing-extensions ]; # Tests require network connectivity and there's no easy way to disable them doCheck = false; pythonImportsCheck = [ "stripe" ]; meta = with lib; { description = "Stripe Python bindings"; homepage = "https://github.com/stripe/stripe-python"; changelog = "https://github.com/stripe/stripe-python/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }