Skip to content

Commit

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

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

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

# way too many dependencies to run tests
Expand Down

2 comments on commit 8e93531

@Ma27
Copy link
Member

@Ma27 Ma27 commented on 8e93531 Oct 31, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as some people are currently trying to move all package expressions out of python-packages.nix wouldn't it make sense to do this here as well?

@primeos
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it would :) I'm just a bit lazy sometimes... Fixed in 6df9c74 😇

Please sign in to comment.