python3Packages.pydantic-yaml: 1.4.0 -> 1.5.1

This commit is contained in:
Jon Seager 2025-06-03 11:54:36 +01:00
parent 1934a05492
commit 0160be867c
No known key found for this signature in database

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pydantic-yaml";
version = "1.4.0";
version = "1.5.1";
pyproject = true;
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "NowanIlfideme";
repo = "pydantic-yaml";
tag = "v${version}";
hash = "sha256-xlFSczMCEkSDhtzSl8qzZwwZd0IelPmjTEV+Jk9G0fI=";
hash = "sha256-UOehghNjPymuZtGp1yM5T15M6/XmK1rgTN9uVCVOst4=";
};
postPatch = ''
@ -48,7 +48,7 @@ buildPythonPackage rec {
meta = {
description = "Small helper library that adds some YAML capabilities to pydantic";
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;
maintainers = with lib.maintainers; [ jnsgruk ];
};