Skip to content

Commit

Permalink
python312Packages.qcelemental: 0.28.0 -> 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 17, 2025
1 parent 05d030a commit c980d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/qcelemental/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

buildPythonPackage rec {
pname = "qcelemental";
version = "0.28.0";
version = "0.29.0";

pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-2pb924jBcB+BKyU2mmoWnTXy1URsN8YuhgSMsPGxaKI=";
hash = "sha256-v2NO5lLn2V6QbikZiVEyJCM7HXBcJq/qyG5FHzFrPAQ=";
};

nativeBuildInputs = [ poetry-core ];
Expand Down

0 comments on commit c980d04

Please sign in to comment.