Merge pull request #288815 from r-ryantm/auto-update/python311Packages.python-vipaccess

python311Packages.python-vipaccess: 0.14.1 -> 0.14.2
This commit is contained in:
Weijia Wang 2024-03-07 17:26:49 +01:00 committed by GitHub
commit 074e9f1bce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "python-vipaccess";
version = "0.14.1";
version = "0.14.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-vBFCRXwZ91C48GuOet2Obbo7gM02M2c9+7rhp0l6w54=";
hash = "sha256-TFSX8iL6ChaL3Fj+0VCHzafF/314Y/i0aTI809Qk5hU=";
};
propagatedBuildInputs = [