github3: 1.0.0a2 -> 1.0.0a4
This commit is contained in:
parent
30accf4d3e
commit
cd45a2a1ac
1 changed files with 2 additions and 2 deletions
|
@ -11710,11 +11710,11 @@ in modules // {
|
|||
|
||||
github3_py = buildPythonPackage rec {
|
||||
name = "github3.py-${version}";
|
||||
version = "1.0.0a2";
|
||||
version = "1.0.0a4";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/g/github3.py/${name}.tar.gz";
|
||||
sha256 = "11xvwbzfy04vwbjnpc8wcrjjzghbrbdzffrdfk70v0zdnxqg8hc5";
|
||||
sha256 = "0rhnrhb7qc60h82hkd4wnj1jh544yzrf4pjmn4rqacdi59p7f3jp";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ unittest2 pytest mock betamax betamax-matchers ];
|
||||
|
|
Loading…
Reference in a new issue