Merge pull request #298210 from r-ryantm/auto-update/python311Packages.phonopy

python311Packages.phonopy: 2.21.2 -> 2.22.0
This commit is contained in:
Nick Cao 2024-03-23 12:56:44 -04:00 committed by GitHub
commit 51c1283819
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [