From 386e58be1889423f4ad644e9c9dc081bb6fe0045 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 11 Jan 2025 09:58:52 +0100 Subject: [PATCH] python312Packages.pandantic: 0.3.1 -> 1.0.0 Changelog: https://github.com/wesselhuising/pandantic/releases/tag/1.0.0 --- pkgs/development/python-modules/pandantic/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pandantic/default.nix b/pkgs/development/python-modules/pandantic/default.nix index 19bfb3896721..bd97970dce9b 100644 --- a/pkgs/development/python-modules/pandantic/default.nix +++ b/pkgs/development/python-modules/pandantic/default.nix @@ -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 ];