python312Packages.pandantic: 0.3.1 -> 1.0.0

Changelog: https://github.com/wesselhuising/pandantic/releases/tag/1.0.0
This commit is contained in:
Fabian Affolter
2025-01-11 09:58:52 +01:00
parent 58ff52762b
commit 386e58be18
@@ -13,16 +13,16 @@
buildPythonPackage rec {
pname = "pandantic";
version = "0.3.1";
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "wesselhuising";
repo = "pandantic";
tag = version;
hash = "sha256-JRhnDVRYX0OV/dZkfqNoS2qFcoHOZHm9QZphF/JhgxM=";
hash = "sha256-c108zoKBnjlELCDia8XSsdG8Exa/k7HKyRvcTocndss=";
};
build-system = [ poetry-core ];