python310Packages.typing-extensions 0 -> 1 attrpath: python310Packages.typing-extensions 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/nil7sy0b24mps0s889ix32727i99gssn-packages.json.drv building '/nix/store/nil7sy0b24mps0s889ix32727i99gssn-packages.json.drv'... Going to be running update for following packages: - python3.10-typing-extensions-4.5.0 Press Enter key to continue... Running update for: - python3.10-typing-extensions-4.5.0: UPDATING ... - python3.10-typing-extensions-4.5.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/typing-extensions/default.nix b/pkgs/development/python-modules/typing-extensions/default.nix index de6512b3e41..e3c21084402 100644 --- a/pkgs/development/python-modules/typing-extensions/default.nix +++ b/pkgs/development/python-modules/typing-extensions/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "typing-extensions"; - version = "4.5.0"; + version = "4.7.1"; format = "pyproject"; disabled = pythonOlder "3.6"; @@ -16,7 +16,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "typing_extensions"; inherit version; - hash = "sha256-XLX0p5E51plgez72IqHe2vqE4RWrACTg2cBEqUecp8s="; + hash = "sha256-t13cJk8LpWFdt7ohfa65lwGtKVNTxF+elZYzN87u/7I="; }; nativeBuildInputs = [ No auto update branch exists Old version 4.5.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , flit-core , python , pythonOlder }: buildPythonPackage rec { pname = "typing-extensions"; version = "4.7.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "typing_extensions"; inherit version; hash = "sha256-t13cJk8LpWFdt7ohfa65lwGtKVNTxF+elZYzN87u/7I="; }; nativeBuildInputs = [ flit-core ]; # Tests are not part of PyPI releases. GitHub source can't be used # as it ends with an infinite recursion doCheck = false; pythonImportsCheck = [ "typing_extensions" ]; meta = with lib; { description = "Backported and Experimental Type Hints for Python"; changelog = "https://github.com/python/typing_extensions/blob/${version}/CHANGELOG.md"; homepage = "https://github.com/python/typing"; license = licenses.psfl; maintainers = with maintainers; [ pmiddend ]; }; }