mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
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:
committed by
Martin Weinelt
parent
9644c20a6f
commit
f8cea46943
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user