Skip to content

Commit

Permalink
pythonPackages.raven: 6.1.0 -> 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Sep 22, 2017
1 parent e4a859a commit 8758a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -7516,11 +7516,11 @@ in {
};

raven = buildPythonPackage rec {
name = "raven-6.1.0";
name = "raven-6.2.0";

src = pkgs.fetchurl {
url = "mirror://pypi/r/raven/${name}.tar.gz";
sha256 = "1158fsjjl8byzl9nw52jhhdssjl6n7l0hjaxm5hdi69v2zxvzjh2";
sha256 = "1jmr9kpajfh6fvxbym6fdybmlr14216y0dkbial7ris9pi1pwhf5";
};

# way too many dependencies to run tests
Expand Down

0 comments on commit 8758a4d

Please sign in to comment.