python311Packages.phonopy: 2.21.2 -> 2.22.0

This commit is contained in:
R. Ryantm 2024-03-22 23:22:38 +00:00
parent c902226b79
commit 8a3d665ff6
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "phonopy";
version = "2.21.2";
version = "2.22.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-3DCfMI41J/H9RjKj0376NnADp2VzHKnGcvgYoLnluTY=";
hash = "sha256-9opygqCRxKGNQo52cS7BiUYdmknIk9ygubPgpylcy8o=";
};
nativeBuildInputs = [