python312Packages.pandantic: 1.0.0 -> 1.0.1 (#400529)

This commit is contained in:
Nick Cao
2025-04-21 17:16:55 -04:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pandantic";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "wesselhuising";
repo = "pandantic";
tag = version;
hash = "sha256-c108zoKBnjlELCDia8XSsdG8Exa/k7HKyRvcTocndss=";
hash = "sha256-lqd4aQiBMbATFMdftKQeTlqQ3MGrxm2shb7qil+84iA=";
};
build-system = [ poetry-core ];
@@ -41,7 +41,7 @@ buildPythonPackage rec {
meta = {
description = "Module to enriche the Pydantic BaseModel class";
homepage = "https://github.com/wesselhuising/pandantic";
changelog = "https://github.com/wesselhuising/pandantic/releases/tag/${version}";
changelog = "https://github.com/wesselhuising/pandantic/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};