Loading pkgs/development/python-modules/pyscf/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "pyscf"; version = "2.11.0"; version = "2.12.0"; format = "setuptools"; src = fetchFromGitHub { owner = "pyscf"; repo = "pyscf"; tag = "v${version}"; hash = "sha256-JqjZn4EL6P7qS9PJ/wV6+FniEUeCB/f271nczVH5VuQ="; hash = "sha256-/C8BKUNtp8QoSjbcSZGH2Si4JjygIygW04wtL8vGXLk="; }; # setup.py calls Cmake and passes the arguments in CMAKE_CONFIGURE_ARGS to cmake. Loading Loading
pkgs/development/python-modules/pyscf/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "pyscf"; version = "2.11.0"; version = "2.12.0"; format = "setuptools"; src = fetchFromGitHub { owner = "pyscf"; repo = "pyscf"; tag = "v${version}"; hash = "sha256-JqjZn4EL6P7qS9PJ/wV6+FniEUeCB/f271nczVH5VuQ="; hash = "sha256-/C8BKUNtp8QoSjbcSZGH2Si4JjygIygW04wtL8vGXLk="; }; # setup.py calls Cmake and passes the arguments in CMAKE_CONFIGURE_ARGS to cmake. Loading