python37Packages.deap: 1.2.2 -> 1.3.0
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-deap/versions
This commit is contained in:
parent
5b4b6b6c24
commit
234bf650c0
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "deap";
|
pname = "deap";
|
||||||
version = "1.2.2";
|
version = "1.3.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "95c63e66d755ec206c80fdb2908851c0bef420ee8651ad7be4f0578e9e909bcf";
|
sha256 = "102r11pxb36xkq5bjv1lpkss77v278f5xdv6lvkbjdvqryydf3yd";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ numpy matplotlib ];
|
propagatedBuildInputs = [ numpy matplotlib ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user