lol

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