python3Packages.pyscf: 2.10.0 -> 2.11.0

This commit is contained in:
R. Ryantm
2025-10-22 11:03:40 +00:00
parent 2c6a41fb1c
commit fee16d1268
@@ -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.