python3Packages.huum: 0.7.12 -> 0.8.1

https://github.com/frwickst/pyhuum/releases/tag/0.8.1
This commit is contained in:
Martin Weinelt
2025-08-08 04:06:17 +02:00
parent a043cbb786
commit 314b5705ad
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "huum";
version = "0.7.12";
version = "0.8.1";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "frwickst";
repo = "pyhuum";
tag = version;
hash = "sha256-IyPsRtVaxsI9Y0BpzKCSsc2oAqdGQI92UqxaRGpGmak=";
hash = "sha256-8wldXJAdo1PK4bKX0rKJjNwwTS5FSgr9RcwiyVhESb8=";
};
nativeBuildInputs = [ poetry-core ];