python37Packages.jellyfish: 0.6.1 -> 0.7.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-jellyfish/versions Jellyfish >= 0.7 only supports Python 3.
This commit is contained in:
parent
36c904d637
commit
fb4bccd6cd
@ -1,17 +1,20 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, isPy3k
|
||||||
, pytest
|
, pytest
|
||||||
, unicodecsv
|
, unicodecsv
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jellyfish";
|
pname = "jellyfish";
|
||||||
version = "0.6.1";
|
version = "0.7.1";
|
||||||
|
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "5104e45a2b804b48a46a92a5e6d6e86830fe60ae83b1da32c867402c8f4c2094";
|
sha256 = "1hd1xzw22g1cp2dpf5bbpg8a7iac2v9hw0xrj5n5j83inh5n99br";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest unicodecsv ];
|
checkInputs = [ pytest unicodecsv ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user