python310Packages.entrypoint2: 1.0 -> 1.1

This commit is contained in:
R. Ryantm 2022-06-11 14:06:24 +00:00
parent f828475636
commit d574ec79cb

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "entrypoint2";
version = "1.0";
version = "1.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Z+kG9q2VjYP0i07ewo192CZw6SYZiPa0prY6vJ+zvlY=";
sha256 = "sha256-/At/57IazatHpYWrlAfKflxPlstoiFddtrDOuR8OEFo=";
};
pythonImportsCheck = [ "entrypoint2" ];