python312Packages.pygithub: 2.6.0 -> 2.6.1

This commit is contained in:
R. Ryantm
2025-03-04 08:23:59 +00:00
parent 2cc9bbf8e5
commit 4792f0ff5d
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pygithub";
version = "2.6.0";
version = "2.6.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "PyGithub";
repo = "PyGithub";
tag = "v${version}";
hash = "sha256-/j90wLVZyOpukRAWO368+LxoKgnKTOs+gBc2SseNXRg=";
hash = "sha256-CfAgN5vxHbVyDSeP0KR1QFnL6gDQsd46Q0zosr0ALqM=";
};
build-system = [
@@ -49,7 +49,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library to access the GitHub API v3";
homepage = "https://github.com/PyGithub/PyGithub";
changelog = "https://github.com/PyGithub/PyGithub/raw/v${version}/doc/changes.rst";
changelog = "https://github.com/PyGithub/PyGithub/raw/${src.tag}/doc/changes.rst";
license = licenses.lgpl3Plus;
maintainers = [ ];
};