python311Packages.types-psutil 5.9.5.16 -> 5.9.5.17 https://repology.org/project/python:types-psutil/versions attrpath: python311Packages.types-psutil 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/ly2b0s27cicdyna92s593rq5zhqw9yjr-packages.json.drv building '/nix/store/ly2b0s27cicdyna92s593rq5zhqw9yjr-packages.json.drv'... Going to be running update for following packages: - python3.11-types-psutil-5.9.5.16 Press Enter key to continue... Running update for: - python3.11-types-psutil-5.9.5.16: UPDATING ... - python3.11-types-psutil-5.9.5.16: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/types-psutil/default.nix b/pkgs/development/python-modules/types-psutil/default.nix index 8e01ec2c3ff3..fcfd7f5d0a65 100644 --- a/pkgs/development/python-modules/types-psutil/default.nix +++ b/pkgs/development/python-modules/types-psutil/default.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "types-psutil"; - version = "5.9.5.16"; + version = "5.9.5.17"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-TpshnvtiXT0E9r8QaTT4fKtJqkGpSwo7MIlAP0enkig="; + hash = "sha256-99h2mBLXKktRPX7J61WA/i9gE/wnA5SmA8tlNIEfPk0="; }; # Module doesn't have tests No auto update branch exists Old version 5.9.5.16" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi }: buildPythonPackage rec { pname = "types-psutil"; version = "5.9.5.17"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-99h2mBLXKktRPX7J61WA/i9gE/wnA5SmA8tlNIEfPk0="; }; # Module doesn't have tests doCheck = false; pythonImportsCheck = [ "psutil-stubs" ]; meta = with lib; { description = "Typing stubs for psutil"; homepage = "https://github.com/python/typeshed"; license = licenses.asl20; maintainers = with maintainers; [ anselmschueler ]; }; }