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:
parent
8f9fca514a
commit
a5483739f5
1 changed files with 2 additions and 2 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue