1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-02 13:59:07 +03:00

python3Packages.github3.py: 3.0.0 -> 3.2.0

This commit is contained in:
Martin Weinelt 2022-03-02 22:41:59 +01:00
parent 8f9fca514a
commit a5483739f5

View file

@ -18,11 +18,11 @@
buildPythonPackage rec {
pname = "github3.py";
version = "3.0.0";
version = "3.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "a9134cb9efd334b1644ad7c5ee3ff3ff488317c4549ffc0e8d82e4d63383a1a4";
sha256 = "sha256-Cbcr4Ul9NGsJaM3oNgoNavedwgbQFJpjzT7IbGXDd8w=";
};
checkInputs = [ betamax pytest betamax-matchers ]