python310Packages.types-toml 0 -> 1 attrpath: python310Packages.types-toml 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4fhrph9g1cspf8bxki08p7m3dksxphhb-packages.json.drv building '/nix/store/4fhrph9g1cspf8bxki08p7m3dksxphhb-packages.json.drv'... Going to be running update for following packages: - python3.10-types-toml-0.10.8.2 Press Enter key to continue... Running update for: - python3.10-types-toml-0.10.8.2: UPDATING ... - python3.10-types-toml-0.10.8.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/types-toml/default.nix b/pkgs/development/python-modules/types-toml/default.nix index c3c5a13e900..30683d96c4f 100644 --- a/pkgs/development/python-modules/types-toml/default.nix +++ b/pkgs/development/python-modules/types-toml/default.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "types-toml"; - version = "0.10.8.2"; + version = "0.10.8.5"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "sha256-UdQoZmsw6cwEd5H0QNDxGoIgXnicQN67uG863XRyzz4="; + sha256 = "sha256-v4D859LXS+kRSPR7iNmuWt6xAkq+8iqi/bq8A21rizw="; }; # Module doesn't have tests No auto update branch exists Old version 0.10.8.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi }: buildPythonPackage rec { pname = "types-toml"; version = "0.10.8.5"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-v4D859LXS+kRSPR7iNmuWt6xAkq+8iqi/bq8A21rizw="; }; # Module doesn't have tests doCheck = false; pythonImportsCheck = [ "toml-stubs" ]; meta = with lib; { description = "Typing stubs for toml"; homepage = "https://github.com/python/typeshed"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }