python3Packages.qcelemental: 0.30.0 -> 0.30.1

This commit is contained in:
R. Ryantm
2026-02-17 02:45:38 +00:00
parent b29133b148
commit 973160ecf8
@@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "qcelemental";
version = "0.30.0";
version = "0.30.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-nIW38ReKgE1FA0r55TOOsAOlvtAV3fIQexTsyqx4r4g=";
hash = "sha256-WMNKl4hfW/GIOwHNekZSwguaM64LLerQarEhOgqb2rs=";
};
build-system = [