python311Packages.pyemvue: 0.18.4 -> 0.18.5

This commit is contained in:
R. Ryantm 2024-04-16 06:37:40 +00:00
parent 1df062db9e
commit 66a0993c15
1 changed files with 2 additions and 2 deletions

View File

@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "pyemvue";
version = "0.18.4";
version = "0.18.5";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-PTRVabYbT7Xwjkm+Oz56YjNb5Xwcgxn+IvXeazKsHyY=";
hash = "sha256-cgQARaGM6Jb2kEcG7HqPStRPkhHldJ7UbxQpxN6JbZE=";
};
nativeBuildInputs = [