Mario Rodas
2023-05-27 04:20:00 +00:00
parent f6209b4444
commit 8939bd5893
@@ -18,6 +18,7 @@
, withDocs ? (stdenv.hostPlatform == stdenv.buildPlatform && !stdenv.isDarwin && pythonAtLeast "3.10")
, ansi2html
, markdown-include
, mike
, mkdocs
, mkdocs-exclude
, mkdocs-material
@@ -31,7 +32,7 @@
buildPythonPackage rec {
pname = "pydantic";
version = "1.10.7";
version = "1.10.8";
format = "setuptools";
outputs = [
@@ -43,10 +44,10 @@ buildPythonPackage rec {
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "samuelcolvin";
owner = "pydantic";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-7X7rlHJ5Q01CuB9FZzoUfyfwx6AMXtE1BV5t+LnZKIM=";
hash = "sha256-4oJoDlP1grLblF0ppqYM1GYEyNMEM9FssFQjacipmms=";
};
postPatch = ''
@@ -65,6 +66,7 @@ buildPythonPackage rec {
ansi2html
markdown-include
mdx-truly-sane-lists
mike
mkdocs
mkdocs-exclude
mkdocs-material