python3Packages.pyemvue: 0.18.8 -> 0.18.9

This commit is contained in:
R. Ryantm 2025-06-07 22:17:19 +00:00
parent cd64f1bd87
commit 98bfb9030a

View file

@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "pyemvue";
version = "0.18.8";
version = "0.18.9";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-MTVc5bzYMegITeLc3WmP1ctfTXStuOns1IYIFtga/Rk=";
hash = "sha256-iHnNR6c/EdKZzqs4zQodfEZ/FMj1j0JRKjktyq/H0o0=";
};
nativeBuildInputs = [ hatchling ];