python3Packages.jira: 3.0.1 -> 3.1.1

This commit is contained in:
Jonathan Ringer
2022-01-23 01:09:10 +01:00
committed by Martin Weinelt
parent d8736f1252
commit 301b847e9d
@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "jira";
version = "3.0.1";
version = "3.1.1";
src = fetchFromGitHub {
owner = "pycontribs";
repo = pname;
rev = version;
sha256 = "sha256-hAUAzkHPXFDlKEom+dkzr8GQ+sqK2Ci1/k+QuSNvifE=";
sha256 = "04s2zgwxip54g894hps2cm081cp07mbi7qipmsv4dvailhsg43nn";
};
postPatch = ''