diff options
Diffstat (limited to 'pkgs/development/python-modules/pandantic/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/pandantic/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/pandantic/default.nix b/pkgs/development/python-modules/pandantic/default.nix index bd97970dce9b..a8ba96fe5914 100644 --- a/pkgs/development/python-modules/pandantic/default.nix +++ b/pkgs/development/python-modules/pandantic/default.nix @@ -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 ]; }; |
