python311Packages.stripe 7.7.0 -> 7.10.0 https://repology.org/project/python:stripe/versions 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-7.7.0 Press Enter key to continue... Running update for: - python3.11-stripe-7.7.0: UPDATING ... - python3.11-stripe-7.7.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 0a17d51a7748..ab085d32252f 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 = "7.7.0"; + version = "7.10.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-4T/gfU0jNMgzjqJpohZzpOf4YqdUjh7drEqgILWW25Y="; + hash = "sha256-54m4m+EGjchuA29Tu0RzTfaFjc/1/2A+8oUNLhoXyiQ="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.stripe: 7.7.0 -> 7.8.1`. New version is 7.10.0. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - python310Packages.stripe: 7.7.0 -> 7.10.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/276081"