Merge pull request #139406 from r-ryantm/auto-update/python3.8-qcelemental

python38Packages.qcelemental: 0.22.0 -> 0.23.0
This commit is contained in:
Ryan Mulligan 2021-09-29 05:16:45 -07:00 committed by GitHub
commit 27df798698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "qcelemental"; pname = "qcelemental";
version = "0.22.0"; version = "0.23.0";
checkInputs = [ pytest-runner pytest-cov pytest ]; checkInputs = [ pytest-runner pytest-cov pytest ];
propagatedBuildInputs = [ numpy pydantic pint networkx ]; propagatedBuildInputs = [ numpy pydantic pint networkx ];
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1d7fc613fbe30189cfa970a863a5955865b1116ff651d20325c721b6f0ef1f52"; sha256 = "642bc86ce937621ddfb1291cbff0851be16b26feb5eec562296999e36181cee3";
}; };
doCheck = true; doCheck = true;