Commit 1bb61875 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.atlassian-python-api: 3.34.0 -> 3.36.0

parent 1fb3ea2d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "atlassian-python-api";
  version = "3.34.0";
  version = "3.36.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "atlassian-api";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-en+4EKkmTQWMgnGZaGs+O9Yh2TI03xW111wbp9O8dYE=";
    hash = "sha256-9xKGA9F3RLijjiEnb01QjmWA9CnN7FZGEEFEWZU4A+A=";
  };

  propagatedBuildInputs = [