python310Packages.qcengine: 0.22.0 -> 0.23.0

This commit is contained in:
R. Ryantm 2022-03-16 13:28:33 +00:00
parent e517a35b9e
commit b8342fe0e3

View file

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