pythonPackages.raven: 6.9.0 -> 6.10.0

This commit is contained in:
Michael Weiss 2018-12-20 11:40:07 +01:00
parent 327f7da260
commit ba8dbbd010

View File

@ -4,13 +4,13 @@
buildPythonPackage rec {
pname = "raven";
version = "6.9.0";
version = "6.10.0";
src = fetchFromGitHub {
owner = "getsentry";
repo = "raven-python";
rev = version;
sha256 = "1kggp34i8gqi47khca2v5n2i32zrg66m1pga6c00yqmlbv74d84v";
sha256 = "16x9ldl8cy7flw5kh7qmgbmflqyf210j3q6ac2lw61sgwajsnvw8";
};
# way too many dependencies to run tests