lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #197842 from fabaff/aiogithubapi-bump

python310Packages.aiogithubapi: 22.3.1 -> 22.10.1

authored by

Fabian Affolter and committed by
GitHub
96480694 e869ec48

+2 -2
+2 -2
pkgs/development/python-modules/aiogithubapi/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "aiogithubapi"; 16 - version = "22.3.1"; 16 + version = "22.10.1"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.8"; ··· 22 22 owner = "ludeeus"; 23 23 repo = pname; 24 24 rev = version; 25 - hash = "sha256-5gKANZtDhIoyfyLdS15JDWTxHBFkaHDUlbVVhRs7MSE="; 25 + hash = "sha256-ceBuqaMqqL6qwN52765MG4sLt+08hx2G9rUVNC7x6ik="; 26 26 }; 27 27 28 28 postPatch = ''