Merge pull request #81965 from r-ryantm/auto-update/python2.7-atlassian-python-api

python27Packages.atlassian-python-api: 1.14.9 -> 1.15.4
This commit is contained in:
Mario Rodas 2020-03-07 07:33:06 -05:00 committed by GitHub
commit 923882b5af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "atlassian-python-api";
version = "1.14.9";
version = "1.15.4";
src = fetchPypi {
inherit pname version;
sha256 = "28ff793cb43152384a810efc6ee572473daf3dc44bf7c1c295efb270a6d29251";
sha256 = "0vkq3sr4a23ipk74swsmc3ydg3q91asixb7hzl8mzkfpgnnyvr77";
};
checkInputs = [ pytestrunner pytest ];