python-bugzilla: update from version 1.1.0 to 2.2.0

This commit is contained in:
Peter Simons 2018-11-28 17:23:18 +01:00
parent f161f02552
commit 6bc8b5bbd9

View File

@ -3,7 +3,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "bugzilla"; pname = "bugzilla";
version = "1.1.0"; version = "2.2.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;