Robert Schütz
2025-05-22 07:09:35 -07:00
parent 9f85b88644
commit cabc9649cd

View File

@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "typing-inspection";
version = "0.4.0";
version = "0.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pydantic";
repo = "typing-inspection";
tag = "v${version}";
hash = "sha256-sWWO+TRqNf791s+q5YeEcl9ZMHCBuxQLGXHmEk1AU0Y=";
hash = "sha256-MzOXl1i+rmr08TSH3Nxc0fFkcjATY6i9dFRLsYp+5m0=";
};
build-system = [ hatchling ];
@@ -32,7 +32,7 @@ buildPythonPackage rec {
];
meta = {
changelog = "https://github.com/pydantic/typing-inspection/releases/tag/${src.tag}";
changelog = "https://github.com/pydantic/typing-inspection/blob/${src.tag}/HISTORY.md";
description = "Runtime typing introspection tools";
homepage = "https://github.com/pydantic/typing-inspection";
license = lib.licenses.mit;