python311Packages.stripe 0 -> 1 attrpath: python311Packages.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] Going to be running update for following packages: - python3.11-stripe-8.9.0 Press Enter key to continue... Running update for: - python3.11-stripe-8.9.0: UPDATING ... - python3.11-stripe-8.9.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/stripe/default.nix b/pkgs/development/python-modules/stripe/default.nix index b23e68aa2c27..fe31361a65be 100644 --- a/pkgs/development/python-modules/stripe/default.nix +++ b/pkgs/development/python-modules/stripe/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "stripe"; - version = "8.9.0"; + version = "9.4.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-cffBvdoPPlaKop0nWRChSDQRWliuIesEebOyZ0WHXQ4="; + hash = "sha256-D94cu/Re4Nd71/vYVhiG37bawPNuWp5T/cpKc4biPsw="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.stripe: 8.9.0 -> 9.3.0`. New version is 9.4.0. The auto update branch does not match or exceed the new version. Old version 8.9.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , requests , setuptools , typing-extensions }: buildPythonPackage rec { pname = "stripe"; version = "8.11.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-EXFKONSMpVGjU1A8L5en33INClM9nTIcokW8H9/xzmI="; }; nativeBuildInputs = [ setuptools ]; 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; [ ]; }; }