python311Packages.phonopy: 2.22.0 -> 2.22.1

This commit is contained in:
R. Ryantm 2024-03-30 00:18:38 +00:00
parent 2179e629c6
commit 1e35087718
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "phonopy";
version = "2.22.0";
version = "2.22.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-9opygqCRxKGNQo52cS7BiUYdmknIk9ygubPgpylcy8o=";
hash = "sha256-nux6/1z1xBr+4+fWrR/oOc+zVOI9j60p/SHHAPZ+hWI=";
};
nativeBuildInputs = [