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

libcint: 4.0.6 -> 4.0.7
This commit is contained in:
Ryan Mulligan 2021-01-20 07:23:19 -08:00 committed by GitHub
commit 31b130661a
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.6";
version = "4.0.7";
src = fetchFromGitHub {
owner = "sunqm";
repo = "libcint";
rev = "v${version}";
sha256 = "1bgzsyz1i0hvla5ax0lawp1kw25fkhzh9ddhq92mplizrj9y05c1";
sha256 = "sha256-/S5LcaIIAXq9QiH8wGPSw8KpWC3afX9HqiHrWHmGQ6s=";
};
nativeBuildInputs = [ cmake ];