pythonPackages.raven: 6.6.0 -> 6.7.0

This commit is contained in:
Michael Weiss 2018-04-18 23:51:17 +02:00
parent 1c09a7cd4f
commit bdc295556f

View File

@ -4,13 +4,13 @@
buildPythonPackage rec {
pname = "raven";
version = "6.6.0";
version = "6.7.0";
src = fetchFromGitHub {
owner = "getsentry";
repo = "raven-python";
rev = version;
sha256 = "184wpr0zdcm260pxqll9kpmp2ywisn75k8pdm8gc6xmk740in1hj";
sha256 = "0vb6zczfgrrh0qw5wlbvk703r11y091k6r53fbbhpbwh4hva30nx";
};
# way too many dependencies to run tests