python3Packages.pythonkuma: 0.3.1 -> 0.3.2 (#462136)

This commit is contained in:
Fabian Affolter
2025-11-16 09:02:56 +00:00
committed by GitHub

View File

@@ -12,7 +12,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pythonkuma"; pname = "pythonkuma";
version = "0.3.1"; version = "0.3.2";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.12"; disabled = pythonOlder "3.12";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "tr4nt0r"; owner = "tr4nt0r";
repo = "pythonkuma"; repo = "pythonkuma";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-1coD4bDLMWQLvN3zt/++hmut0DLdg7aAKz5HtDhomso="; hash = "sha256-0/5nN2ddN1UrJdRq8zXiKzELUT6DXWeXx/6X4uusYDI=";
}; };
build-system = [ build-system = [