pythonPackages.raven: 6.7.0 -> 6.8.0
This commit is contained in:
parent
78319bd948
commit
6f65b7a936
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "raven";
|
pname = "raven";
|
||||||
version = "6.7.0";
|
version = "6.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "getsentry";
|
owner = "getsentry";
|
||||||
repo = "raven-python";
|
repo = "raven-python";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0vb6zczfgrrh0qw5wlbvk703r11y091k6r53fbbhpbwh4hva30nx";
|
sha256 = "0d052nns0pf1bsazapnnrylvair37vhnjaifsdldddqv05ccfc57";
|
||||||
};
|
};
|
||||||
|
|
||||||
# way too many dependencies to run tests
|
# way too many dependencies to run tests
|
||||||
|
|
Loading…
Reference in a new issue