Skip to content

Commit

Permalink
python: atlassian-python-api: 1.15.7 -> 1.15.9
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 6, 2020
1 parent a99b673 commit 9b90aef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 9b90aef

Please sign in to comment.