3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #159771 from r-ryantm/auto-update/python3.10-phonopy

This commit is contained in:
Martin Weinelt 2022-02-13 22:26:14 +01:00 committed by GitHub
commit 3aa8f90fe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "phonopy";
version = "2.12.0";
version = "2.13.1";
src = fetchPypi {
inherit pname version;
sha256 = "ff65065f418ccbff9fbc1186b9a65581e83b42789aa4a656f45badfff9bd3f61";
sha256 = "sha256-D7pBtcMbxMpt4XJVYDkslRDU4Uyk83AtbIIztUbji6A=";
};
propagatedBuildInputs = [