python312Packages.empy: 4.0.1 -> 4.1

This commit is contained in:
R. Ryantm 2024-03-30 00:20:23 +00:00
parent cd75d22750
commit 0e9687843d
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "empy";
version = "4.0.1";
version = "4.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-YjI3uYzWQ75eILrWJ1zJM//nz3ZFI5Lx0ybXZywqvWQ=";
sha256 = "sha256-nXEul8E5WFm+E9K0V4jJGGzZfxwE2sUQOZEw8yhkM2c=";
};
pythonImportsCheck = [ "em" ];
meta = with lib; {