lol

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

python310Packages.qcengine: 0.23.0 -> 0.24.0

authored by

Fabian Affolter and committed by
GitHub
5ffaa2ac f4de7114

+2 -2
+2 -2
pkgs/development/python-modules/qcengine/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "qcengine"; 14 - version = "0.23.0"; 14 + version = "0.24.0"; 15 15 16 16 checkInputs = [ pytestCheckHook ]; 17 17 ··· 25 25 26 26 src = fetchPypi { 27 27 inherit pname version; 28 - sha256 = "sha256-gDn0Nu6ALTr3KyZnYDSA6RE3S5JQj562FP2RI9U3Gxs="; 28 + sha256 = "sha256-T6/gC3HHCnI3O1Gkj/MdistL93bwymtEfNF6PmA7TN0="; 29 29 }; 30 30 31 31 doCheck = true;