python3Packages.jishaku: 2.5.2 -> 2.6.0

https://github.com/Gorialis/jishaku/releases/tag/2.6.0
This commit is contained in:
Martin Weinelt
2025-01-27 10:55:48 +01:00
parent 7e7963d873
commit ab49347127
@@ -16,14 +16,14 @@
}:
buildPythonPackage rec {
pname = "jishaku";
version = "2.5.2";
version = "2.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Gorialis";
repo = pname;
tag = version;
hash = "sha256-BWnuk6h80cKwRECyTuRvnYnTC78219oraeTNoqWDd1c=";
hash = "sha256-+J8Tr8jPN9K3eHLOuJTaP3We5A1kiyn9/yI1KChbuMY=";
};
patches = [
@@ -64,7 +64,7 @@ buildPythonPackage rec {
meta = {
description = "Debugging and testing cog for discord.py bots";
homepage = "https://jishaku.readthedocs.io/en/latest";
changelog = "https://github.com/Gorialis/jishaku/releases/tag/${version}";
changelog = "https://github.com/Gorialis/jishaku/releases/tag/${src.tag}";
maintainers = with lib.maintainers; [ ];
mainProgram = "jishaku";
license = lib.licenses.mit;