pythonPackages.raven: 6.9.0 -> 6.10.0
This commit is contained in:
parent
327f7da260
commit
ba8dbbd010
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "raven";
|
pname = "raven";
|
||||||
version = "6.9.0";
|
version = "6.10.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "getsentry";
|
owner = "getsentry";
|
||||||
repo = "raven-python";
|
repo = "raven-python";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1kggp34i8gqi47khca2v5n2i32zrg66m1pga6c00yqmlbv74d84v";
|
sha256 = "16x9ldl8cy7flw5kh7qmgbmflqyf210j3q6ac2lw61sgwajsnvw8";
|
||||||
};
|
};
|
||||||
|
|
||||||
# way too many dependencies to run tests
|
# way too many dependencies to run tests
|
||||||
|
Loading…
Reference in New Issue
Block a user