python3Packages.pythonkuma: 0.5.0 -> 0.5.1

Diff: https://github.com/tr4nt0r/pythonkuma/compare/v0.5.0...v0.5.1

Changelog: https://github.com/tr4nt0r/pythonkuma/releases/tag/v0.5.1
This commit is contained in:
Fabian Affolter
2026-05-01 12:05:34 +02:00
committed by Martin Weinelt
parent 9644c20a6f
commit f8cea46943

View File

@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pythonkuma";
version = "0.5.0";
version = "0.5.1";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "tr4nt0r";
repo = "pythonkuma";
tag = "v${version}";
hash = "sha256-7c2TYGRlHn9stAd5Xe1aZP08WyKTtKKfKPGT7OoNmSQ=";
hash = "sha256-jQapfwdDuHb5Ha25cUQycfRb/A07pRtm92Iy8bbYfqI=";
};
build-system = [