Merge pull request #136034 from r-ryantm/auto-update/python3.8-qcelemental
python38Packages.qcelemental: 0.21.0 -> 0.22.0
This commit is contained in:
commit
be72dd16c7
@ -4,14 +4,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "qcelemental";
|
pname = "qcelemental";
|
||||||
version = "0.21.0";
|
version = "0.22.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 = "1b3c78fxbpnddrm1fnbvv4x2840jcfjg2l5cb5w4p38vzksiv238";
|
sha256 = "1d7fc613fbe30189cfa970a863a5955865b1116ff651d20325c721b6f0ef1f52";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user