We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d7216f + 274d5af commit 9e9dc89Copy full SHA for 9e9dc89
pkgs/development/python-modules/githubkit/default.nix
@@ -17,7 +17,7 @@
17
18
buildPythonPackage rec {
19
pname = "githubkit";
20
- version = "0.11.11";
+ version = "0.11.14";
21
pyproject = true;
22
23
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
26
owner = "yanyongyu";
27
repo = "githubkit";
28
rev = "refs/tags/v${version}";
29
- hash = "sha256-/jtTNQ9r4JJAXLIEEO7lR0IhpJ5vzbV0mNTdKgkH1FE=";
+ hash = "sha256-nZzsBxPRmqHTaYVogWsdaGbzwBsVr08qcvAekk3O4FM=";
30
};
31
32
pythonRelaxDeps = [ "hishel" ];
0 commit comments