python: atlassian-python-api: 1.15.7 -> 1.15.9

This commit is contained in:
Frederik Rietdijk 2020-06-05 19:44:32 +02:00
parent a99b673ab1
commit 9b90aef74d

View file

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "atlassian-python-api";
version = "1.15.7";
version = "1.15.9";
src = fetchPypi {
inherit pname version;
sha256 = "b54cce1ca4bea838a949b4362410b1d717597951e5b7efbfa34ce89bc5df805e";
sha256 = "c6a3125ee68ecf4d11947497c1f891b6436df9d8453f8865cabf595813504cc1";
};
checkInputs = [ pytestrunner pytest ];