Merge pull request #106099 from r-ryantm/auto-update/python3.7-bugsnag

python37Packages.bugsnag: 4.0.1 -> 4.0.2
This commit is contained in:
Mario Rodas 2020-12-08 04:13:02 -05:00 committed by GitHub
commit 9f5c6f2f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "bugsnag";
version = "4.0.1";
version = "4.0.2";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "01c2186f6c2a6f801b66d8fc73b8986bd2d4931a6ab40b720e5fd0b66757facc";
sha256 = "7a49dacf055a8c6dda4ce714acd91fabe9546f1ad826276918a26603a8b5489a";
};
propagatedBuildInputs = [ six webob ];