Skip to content

Commit

Permalink
pythonPackages.raven: 6.3.0 -> 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Dec 13, 2017
1 parent 19841b5 commit 31bc25f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/raven/default.nix
Expand Up @@ -2,12 +2,12 @@

buildPythonPackage rec {
pname = "raven";
version = "6.3.0";
version = "6.4.0";
name = pname + "-" + version;

src = fetchurl {
url = "mirror://pypi/r/raven/${name}.tar.gz";
sha256 = "1wgddbd092vih6k6mknp68vvm1pp12fikjqzglw6mnyw8njnbr7k";
sha256 = "00m985w9fja2jf8dpvdhygcr26rwabxkgvcc2v5j6v7d6lrvpvdq";
};

# way too many dependencies to run tests
Expand Down

0 comments on commit 31bc25f

Please sign in to comment.