3
0
Fork 0
forked from mirrors/nixpkgs

python37Packages.eradicate: 0.2.1 -> 1.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-eradicate/versions
This commit is contained in:
R. RyanTM 2019-01-27 08:43:06 -08:00
parent 4866cbe341
commit 22bbac03b5

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "eradicate";
version = "0.2.1";
version = "1.0";
src = fetchPypi {
inherit pname version;
sha256 = "092zmck919bn6sl31ixrzhn88g9nvhwzmwzpq8dzgn6c8k2h3bzr";
sha256 = "06nhs8wml5f5k96gbq7jl417bmsqnxy8aykpzbzrvm3gmqmaizag";
};
meta = with lib; {