python3Packages.pyemvue: 0.18.8 -> 0.18.9 (#414860)

This commit is contained in:
Nick Cao 2025-06-08 10:56:25 -04:00 committed by GitHub
commit e983f937d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 ];