Merge pull request #113577 from r-ryantm/auto-update/libcint

libcint: 4.0.7 -> 4.1.0
This commit is contained in:
Daniël de Kok 2021-02-18 20:13:24 +01:00 committed by GitHub
commit d17381e905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "libcint";
version = "4.0.7";
version = "4.1.0";
src = fetchFromGitHub {
owner = "sunqm";
repo = "libcint";
rev = "v${version}";
sha256 = "sha256-/S5LcaIIAXq9QiH8wGPSw8KpWC3afX9HqiHrWHmGQ6s=";
sha256 = "sha256-ZDPDJXvSAqCkhxUSzlcWBAMrCI6mjA8rXxX65Cw5nYI=";
};
nativeBuildInputs = [ cmake ];