Merge pull request #104288 from r-ryantm/auto-update/python2.7-asana

python27Packages.asana: 0.8.2 -> 0.10.3
This commit is contained in:
Martin Weinelt 2020-11-19 23:47:18 +01:00 committed by GitHub
commit 972863ec8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
buildPythonPackage rec {
pname = "asana";
version = "0.8.2";
version = "0.10.3";
# upstream reportedly doesn't support 3.7 yet, blocked on
# https://bugs.python.org/issue34226
@ -14,7 +14,7 @@ buildPythonPackage rec {
owner = "asana";
repo = "python-asana";
rev = "v${version}";
sha256 = "113zwnrpim1pdw8dzid2wpp5gzr2zk26jjl4wrwhgj0xk1cw94yi";
sha256 = "11nsfygcfpc2qb2gy4npi9w00cqfh88g7k3rsfq7xambz1zjdz1n";
};
checkInputs = [ pytest responses ];