Merge pull request #63372 from r-ryantm/auto-update/python3.7-jellyfish

python37Packages.jellyfish: 0.7.1 -> 0.7.2
This commit is contained in:
Mario Rodas 2019-06-18 17:54:10 -05:00 committed by GitHub
commit 0c71f91496
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "jellyfish";
version = "0.7.1";
version = "0.7.2";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "1hd1xzw22g1cp2dpf5bbpg8a7iac2v9hw0xrj5n5j83inh5n99br";
sha256 = "11jja4wlzcr2pwvp3blj1jg6570zr0mpcm3nzhkbkdrbgq6wa2fb";
};
checkInputs = [ pytest unicodecsv ];