python3Packages.typing-extensions: 4.15.0 -> 4.16.0

https://github.com/python/typing_extensions/blob/4.16.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-07-15 03:11:45 +02:00
parent 0e01138454
commit 5fde7450ea
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "typing-extensions";
version = "4.15.0";
version = "4.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "python";
repo = "typing_extensions";
tag = version;
hash = "sha256-3oAlwvNSJ7NhPiHekh4SJI99cPFh29KCCR9314QzsvQ=";
hash = "sha256-L1BRIDYz0YqYE4geKTxIkbCbzTGz7AtrbpB5vR8T4dw=";
};
build-system = [ flit-core ];