python3Packages.pyscf: 2.10.0 -> 2.11.0 (#454536)

This commit is contained in:
Nick Cao
2025-10-24 20:03:49 +00:00
committed by GitHub
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "pyscf";
version = "2.10.0";
version = "2.11.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "pyscf";
repo = "pyscf";
tag = "v${version}";
hash = "sha256-lFYSWCe5THlivpBB6nFBR2zfCIKJ0YJeuY2rCKoXUq8=";
hash = "sha256-JqjZn4EL6P7qS9PJ/wV6+FniEUeCB/f271nczVH5VuQ=";
};
# setup.py calls Cmake and passes the arguments in CMAKE_CONFIGURE_ARGS to cmake.