Skip to content

Commit

Permalink
raven: 6.5.0 -> 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Feb 21, 2018
1 parent 535208f commit e3cd8a2
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pkgs/development/python-modules/raven/default.nix
@@ -1,12 +1,16 @@
{ lib, buildPythonPackage, fetchPypi, isPy3k, contextlib2, blinker }:
{ lib, buildPythonPackage, fetchFromGitHub, isPy3k
, contextlib2, blinker
}:

buildPythonPackage rec {
pname = "raven";
version = "6.5.0";
version = "6.6.0";

src = fetchPypi {
inherit pname version;
sha256 = "84da75114739191bdf2388f296ffd6177e83567a7fbaf2701e034ad6026e4f3b";
src = fetchFromGitHub {
owner = "getsentry";
repo = "raven-python";
rev = version;
sha256 = "184wpr0zdcm260pxqll9kpmp2ywisn75k8pdm8gc6xmk740in1hj";
};

# way too many dependencies to run tests
Expand Down

0 comments on commit e3cd8a2

Please sign in to comment.