Merge pull request #262332 from sheepforce/pyscf

pyscf: 2.3.0 -> 2.4.0
This commit is contained in:
markuskowa 2023-10-21 19:10:09 +02:00 committed by GitHub
commit 16fa605cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@
buildPythonPackage rec {
pname = "pyscf";
version = "2.3.0";
version = "2.4.0";
src = fetchFromGitHub {
owner = "pyscf";
repo = pname;
rev = "v${version}";
hash = "sha256-x693NB0oc9X7SuDZlV3VKOmgnIgKA39O9yswDM0outk=";
hash = "sha256-+dZsXiLqqyRWr1eOEVSHZ1KMM760hrDaT07ylZUcGmo=";
};
# setup.py calls Cmake and passes the arguments in CMAKE_CONFIGURE_ARGS to cmake.