python3Packages.pydantic-extra-types: 2.10.6 -> 2.11.0
https://github.com/pydantic/pydantic-extra-types/blob/v2.11.0/HISTORY.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -20,14 +20,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pydantic-extra-types";
|
||||
version = "2.10.6";
|
||||
version = "2.11.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pydantic";
|
||||
repo = "pydantic-extra-types";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-g2a7tfldt39RCZxd9ta/JTPYnfZTTsLE6kA2fuo3fFg=";
|
||||
hash = "sha256-aXhlfDBCpk8h3F4gXAQ40fVKxsoFvkmfO/roaqrGxho=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
Reference in New Issue
Block a user