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

python311Packages.phonopy: 2.21.0 -> 2.21.1
This commit is contained in:
Nick Cao 2024-02-17 10:07:13 -05:00 committed by GitHub
commit e06b77c860
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "phonopy";
version = "2.21.0";
version = "2.21.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-WAWxgLwChQrwutpRsJtDUoNnwek6RpZB+9JtUFdr/pw=";
hash = "sha256-k9DyPb0IUYHuB99wpNUIt76D66M9/wz/CdXq8Kapv2E=";
};
propagatedBuildInputs = [