Merge pull request #205138 from r-ryantm/auto-update/python310Packages.phonopy
python310Packages.phonopy: 2.16.3 -> 2.17.0
This commit is contained in:
commit
7df97cb5e7
1 changed files with 3 additions and 2 deletions
|
@ -13,14 +13,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "phonopy";
|
||||
version = "2.16.3";
|
||||
version = "2.17.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-xTbTVRVmJvJuXV/RWLA+EMShPEYdagKiawXjtjEbnXk=";
|
||||
hash = "sha256-bBlNCfq+b73Z/yxIhmP9s2kgjlGz+EKTpI1CnpuqkuU=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -48,6 +48,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Modulefor phonon calculations at harmonic and quasi-harmonic levels";
|
||||
homepage = "https://phonopy.github.io/phonopy/";
|
||||
changelog = "https://github.com/phonopy/phonopy/blob/v${version}/doc/changelog.md";
|
||||
license = licenses.bsd0;
|
||||
maintainers = with maintainers; [ psyanticy ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue