github3: 1.0.0a2 -> 1.0.0a4

This commit is contained in:
Robin Gloster 2016-10-07 23:24:25 +02:00
parent 30accf4d3e
commit cd45a2a1ac
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -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 ];