Merge pull request #140263 from r-ryantm/auto-update/python3.8-qcengine

python38Packages.qcengine: 0.19.0 -> 0.20.0
This commit is contained in:
Robert Scott 2021-10-02 16:33:17 +01:00 committed by GitHub
commit 5126ca1cec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
buildPythonPackage rec {
pname = "qcengine";
version = "0.19.0";
version = "0.20.0";
checkInputs = [
pytest-runner
@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "0lz9r0fh31mcixdhayiwfc69cp8if9b3nkrk7gxdrb6vhbfrxhij";
sha256 = "5b405efb4b6ebe81e7f991b360126a4f61c2768ceed6027346e2b8ef3f57ef39";
};
doCheck = true;