Skip to content

Commit 9e9dc89

Browse files
authored
python312Packages.githubkit: 0.11.11 -> 0.11.14 (#354763)
2 parents 3d7216f + 274d5af commit 9e9dc89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/githubkit/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
buildPythonPackage rec {
1919
pname = "githubkit";
20-
version = "0.11.11";
20+
version = "0.11.14";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "yanyongyu";
2727
repo = "githubkit";
2828
rev = "refs/tags/v${version}";
29-
hash = "sha256-/jtTNQ9r4JJAXLIEEO7lR0IhpJ5vzbV0mNTdKgkH1FE=";
29+
hash = "sha256-nZzsBxPRmqHTaYVogWsdaGbzwBsVr08qcvAekk3O4FM=";
3030
};
3131

3232
pythonRelaxDeps = [ "hishel" ];

0 commit comments

Comments
 (0)