Commit fe7232a5 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.phonopy: 2.22.1 -> 2.23.1

parent 14e704d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "phonopy";
  version = "2.22.1";
  version = "2.23.1";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-nux6/1z1xBr+4+fWrR/oOc+zVOI9j60p/SHHAPZ+hWI=";
    hash = "sha256-xJohROJNAPdEITtM/VncAYL8ASkfgThKy8XXnqiS3hU=";
  };

  nativeBuildInputs = [