Merge pull request #304462 from r-ryantm/auto-update/python311Packages.pyemvue

python311Packages.pyemvue: 0.18.4 -> 0.18.5
This commit is contained in:
Nick Cao 2024-04-16 09:48:08 -04:00 committed by GitHub
commit 6a828d710c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [