Merge pull request #283961 from fabaff/pyhuum-bump

python311Packages.huum: 0.7.9 -> 0.7.10

authored by

Nick Cao and committed by
GitHub
b409212e b05b6fac

+2 -4
+2 -4
pkgs/development/python-modules/huum/default.nix
··· 4 4 , fetchFromGitHub 5 5 , mashumaro 6 6 , poetry-core 7 - , pydantic 8 7 , pytest-asyncio 9 8 , pytestCheckHook 10 9 , pythonOlder ··· 12 11 13 12 buildPythonPackage rec { 14 13 pname = "huum"; 15 - version = "0.7.9"; 14 + version = "0.7.10"; 16 15 pyproject = true; 17 16 18 17 disabled = pythonOlder "3.11"; ··· 21 20 owner = "frwickst"; 22 21 repo = "pyhuum"; 23 22 rev = "refs/tags/${version}"; 24 - hash = "sha256-wIroT1eMO9VXsPWQkpSBEVN/nR4pg2/Eo4ms81qMaew="; 23 + hash = "sha256-INW6d/Zc5UZZOgN6wW+Xbm/wH1K/V6bviu3mID1R+BY="; 25 24 }; 26 25 27 26 nativeBuildInputs = [ ··· 48 47 changelog = "https://github.com/frwickst/pyhuum/releases/tag/${version}"; 49 48 license = with licenses; [ mit ]; 50 49 maintainers = with maintainers; [ fab ]; 51 - broken = versionAtLeast pydantic.version "2"; 52 50 }; 53 51 }