1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-17 01:23:48 +00:00

Merge pull request #69780 from r-ryantm/auto-update/python3.7-bugzilla

python37Packages.bugzilla: 2.2.0 -> 2.3.0
This commit is contained in:
Peter Simons 2019-09-28 09:14:34 +02:00 committed by GitHub
commit 9196922d76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];