Merge pull request #240584 from r-ryantm/auto-update/python310Packages.jira

python310Packages.jira: 3.5.1 -> 3.5.2
This commit is contained in:
Nick Cao 2023-06-30 09:18:31 +08:00 committed by GitHub
commit d2b2cd03ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "jira";
version = "3.5.1";
version = "3.5.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "pycontribs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-n0V9FZ1agzvzqCriqls8C2IKhHKOmOAWqa8iCnXHKY4=";
hash = "sha256-9hzKN57OHi2be9C2mtHZU1KcpbcKxiiYDj9Vw7MxTK4=";
};
nativeBuildInputs = [