python3Packages.huum: 0.8.2 -> 0.8.3

This commit is contained in:
R. Ryantm
2026-06-20 20:50:24 +00:00
parent 986f1b4a03
commit eebd72f20f

View File

@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "huum";
version = "0.8.2";
version = "0.8.3";
pyproject = true;
src = fetchFromGitHub {
owner = "frwickst";
repo = "pyhuum";
tag = finalAttrs.version;
hash = "sha256-PM1At/AqKZ0QIJWlQeeTYqnQqK1wOnd4eRLyd7MvFLk=";
hash = "sha256-f3ijcH9eou1upzBfvXNzrswFVoegSx81JxtlYVSnS6Q=";
};
build-system = [ poetry-core ];