Skip to content

Commit

Permalink
pythonPackages.raven: 6.2.0 -> 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Oct 27, 2017
1 parent e4d0173 commit 669b4c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -7583,11 +7583,11 @@ in {
};

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

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

# way too many dependencies to run tests
Expand Down

0 comments on commit 669b4c4

Please sign in to comment.