python3Packages.typing-inspection: 0.4.0 -> 0.4.1
Diff: https://github.com/pydantic/typing-inspection/compare/refs/tags/v0.4.0...refs/tags/v0.4.1 Changelog: https://github.com/pydantic/typing-inspection/blob/v0.4.1/HISTORY.md
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user