Merge pull request #164426 from r-ryantm/auto-update/python3.10-qcengine

python310Packages.qcengine: 0.22.0 -> 0.23.0
This commit is contained in:
Ryan Mulligan 2022-03-16 06:56:40 -07:00 committed by GitHub
commit ee8cae0d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "qcengine";
version = "0.22.0";
version = "0.23.0";
checkInputs = [ pytestCheckHook ];
@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "685a08247b561ed1c7a7b42e68293f90b412e83556626304a3f826a15be51308";
sha256 = "sha256-gDn0Nu6ALTr3KyZnYDSA6RE3S5JQj562FP2RI9U3Gxs=";
};
doCheck = true;