Merge pull request #191676 from r-ryantm/auto-update/python310Packages.atlassian-python-api

python310Packages.atlassian-python-api: 3.28.0 -> 3.28.1
This commit is contained in:
Mario Rodas
2022-09-17 11:49:28 -05:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "atlassian-python-api";
version = "3.28.0";
version = "3.28.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "atlassian-api";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-a0c/IOy14Pq8IEUKNyOh0/Z/ERGfeeI5aXFL/WpLUxE=";
sha256 = "sha256-ZKRmjfH3s35DU1Mut63YuN6opKzg2gpyunWYjg/FbHA=";
};
propagatedBuildInputs = [