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-12 14:34:30 +02:00
parent bdca81ac39
commit 0892db1d96

View File

@@ -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 ];