1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

Merge pull request #321795 from r-ryantm/auto-update/python311Packages.pyscf

python311Packages.pyscf: 2.6.0 -> 2.6.2
This commit is contained in:
Weijia Wang 2024-06-23 14:20:54 +02:00 committed by GitHub
commit a3ad209273
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "pyscf";
version = "2.6.0";
version = "2.6.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "pyscf";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-y1RQKxFfhOC6+vUMJiXexaZeYZhav5t30XP7jooJ//0=";
hash = "sha256-gudkKhC5Cpd6ZM9mJ1SfemqmwDqhDmpAfYE8XGFpzmA=";
};
# setup.py calls Cmake and passes the arguments in CMAKE_CONFIGURE_ARGS to cmake.