about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-09-28 09:14:34 +0200
committerGitHub <noreply@github.com>2019-09-28 09:14:34 +0200
commit9196922d76fe7efa52688372c0af0838b3466b25 (patch)
tree531e776f85af80af1b3cccbc6b349e8264a88634
parentdf75b33699f11d07ea45e46db8b02f540ed70b19 (diff)
parent9218d6ba954e1af8757c72a043ab2fdca8ad6f96 (diff)
downloadnixlib-9196922d76fe7efa52688372c0af0838b3466b25.tar
nixlib-9196922d76fe7efa52688372c0af0838b3466b25.tar.gz
nixlib-9196922d76fe7efa52688372c0af0838b3466b25.tar.bz2
nixlib-9196922d76fe7efa52688372c0af0838b3466b25.tar.lz
nixlib-9196922d76fe7efa52688372c0af0838b3466b25.tar.xz
nixlib-9196922d76fe7efa52688372c0af0838b3466b25.tar.zst
nixlib-9196922d76fe7efa52688372c0af0838b3466b25.zip
Merge pull request #69780 from r-ryantm/auto-update/python3.7-bugzilla
python37Packages.bugzilla: 2.2.0 -> 2.3.0
-rw-r--r--pkgs/development/python-modules/bugzilla/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bugzilla/default.nix b/pkgs/development/python-modules/bugzilla/default.nix
index 52d42b7a263d..a342ac999433 100644
--- a/pkgs/development/python-modules/bugzilla/default.nix
+++ b/pkgs/development/python-modules/bugzilla/default.nix
@@ -3,12 +3,12 @@
 
 buildPythonPackage rec {
   pname = "bugzilla";
-  version = "2.2.0";
+  version = "2.3.0";
 
   src = fetchPypi {
     pname = "python-${pname}";
     inherit version;
-    sha256 = "0x3jjb1g5bgjdj0jf0jmcg80hn5x2isf49frwvf2ykdl3fxd5gxc";
+    sha256 = "0q8c3k0kdnd11g2s56cp8va9365x0xfr2m2zn9fgxjijdyhwdic5";
   };
 
   buildInputs = [ pep8 coverage logilab_common ];