Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
python37Packages.jellyfish: 0.7.2 -> 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed May 27, 2020
1 parent a52314b commit 1791c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/jellyfish/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

buildPythonPackage rec {
pname = "jellyfish";
version = "0.7.2";
version = "0.8.2";

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "11jja4wlzcr2pwvp3blj1jg6570zr0mpcm3nzhkbkdrbgq6wa2fb";
sha256 = "02q3d9b933hf8lyvg7w7lgmhij8bjs748vjmsfxhabai04a796d4";
};

checkInputs = [ pytest unicodecsv ];
Expand Down

0 comments on commit 1791c1a

Please sign in to comment.