python312Packages.huum: 0.7.11 -> 0.7.12

Diff: https://github.com/frwickst/pyhuum/compare/refs/tags/0.7.11...0.7.12

Changelog: https://github.com/frwickst/pyhuum/releases/tag/0.7.12
This commit is contained in:
Fabian Affolter
2024-11-14 09:44:57 +01:00
parent b52d3fca59
commit f04d9cccc7
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "huum";
version = "0.7.11";
version = "0.7.12";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "frwickst";
repo = "pyhuum";
rev = "refs/tags/${version}";
hash = "sha256-anYVrisn68EFpMsZXQb4PMsDKpRzUomoaJpOFtYVzhc=";
hash = "sha256-IyPsRtVaxsI9Y0BpzKCSsc2oAqdGQI92UqxaRGpGmak=";
};
nativeBuildInputs = [ poetry-core ];