Merge pull request #263495 from r-ryantm/auto-update/python311Packages.qcelemental

python311Packages.qcelemental: 0.26.0 -> 0.27.0
This commit is contained in:
Mario Rodas 2023-10-26 05:19:06 -05:00 committed by GitHub
commit 545ce8031d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "qcelemental";
version = "0.26.0";
version = "0.27.0";
pyproject = true;
@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-oU6FEM2/2mRe8UYcGv0C77WZMRcz27pfg/zR1haKbd0=";
hash = "sha256-5VLNGD4glAIGgtt+q8YvwyAQvJU9mfyTpngwVr6gOYg=";
};
nativeBuildInputs = [