lol

Merge pull request #199031 from r-ryantm/auto-update/python310Packages.qcelemental

python310Packages.qcelemental: 0.25.0 -> 0.25.1

authored by

Fabian Affolter and committed by
GitHub
95cb71b7 0a6de570

+2 -2
+2 -2
pkgs/development/python-modules/qcelemental/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "qcelemental"; 15 - version = "0.25.0"; 15 + version = "0.25.1"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.7"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - hash = "sha256-v1yu6yBEtgVsheku/8YaIaXrsVgMzcFlWAuySPhYgyQ="; 22 + hash = "sha256-4+DlP+BH0UdWcYRBBApdc3E18L2zPvsdY6GTW5WCGnQ="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [