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

libcint: 3.0.19 -> 3.0.20
This commit is contained in:
Mario Rodas 2020-05-19 08:21:27 -05:00 committed by GitHub
commit c022cd14b2
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 = "3.0.19";
version = "3.0.20";
src = fetchFromGitHub {
owner = "sunqm";
repo = "libcint";
rev = "v${version}";
sha256 = "0x613f2hiqi2vbhp20fcl7rhxb07f2714lplzd0vkvv07phagip9";
sha256 = "0iqqq568q9sxppr08rvmpyjq0n82pm04x9rxhh3mf20x1ds7ngj5";
};
nativeBuildInputs = [ cmake ];