python3Packages.pyscf: 2.12.0 -> 2.12.1

This commit is contained in:
R. Ryantm
2026-02-07 05:57:17 +00:00
parent df1c5949df
commit 4e013fb4ab
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "pyscf";
version = "2.12.0";
version = "2.12.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "pyscf";
repo = "pyscf";
tag = "v${version}";
hash = "sha256-/C8BKUNtp8QoSjbcSZGH2Si4JjygIygW04wtL8vGXLk=";
hash = "sha256-voiXNoJ7lHQeqroOs9AxqX55NDEhHVNMLeB+XzJgBQM=";
};
# setup.py calls Cmake and passes the arguments in CMAKE_CONFIGURE_ARGS to cmake.