mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
python3Packages.pydantic-yaml: 1.4.0 -> 1.5.1
This commit is contained in:
parent
1934a05492
commit
0160be867c
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pydantic-yaml";
|
pname = "pydantic-yaml";
|
||||||
version = "1.4.0";
|
version = "1.5.1";
|
||||||
|
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||||
owner = "NowanIlfideme";
|
owner = "NowanIlfideme";
|
||||||
repo = "pydantic-yaml";
|
repo = "pydantic-yaml";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-xlFSczMCEkSDhtzSl8qzZwwZd0IelPmjTEV+Jk9G0fI=";
|
hash = "sha256-UOehghNjPymuZtGp1yM5T15M6/XmK1rgTN9uVCVOst4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -48,7 +48,7 @@ buildPythonPackage rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Small helper library that adds some YAML capabilities to pydantic";
|
description = "Small helper library that adds some YAML capabilities to pydantic";
|
||||||
homepage = "https://github.com/NowanIlfideme/pydantic-yaml";
|
homepage = "https://github.com/NowanIlfideme/pydantic-yaml";
|
||||||
changelog = "https://github.com/NowanIlfideme/pydantic-yaml/releases/tag/v${version}";
|
changelog = "https://github.com/NowanIlfideme/pydantic-yaml/releases/tag/${src.tag}";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ jnsgruk ];
|
maintainers = with lib.maintainers; [ jnsgruk ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue