python3Packages.qcelemental: 0.50.2 -> 0.50.4

This commit is contained in:
R. Ryantm
2026-06-23 16:48:53 +00:00
parent e051f70d7a
commit eb7f14f7c2
@@ -19,12 +19,12 @@
buildPythonPackage rec {
pname = "qcelemental";
version = "0.50.2";
version = "0.50.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-7gCWNwlCh58UWQM2CRmZIpjVE36vHu/eluMaDpUy6UI=";
hash = "sha256-jVOCbTP/FXyqL1yJbBkxHPPJ2vcZyrjG+GBg+V1fdEs=";
};
build-system = [