libcint: 3.0.19 -> 3.0.20

This commit is contained in:
R. RyanTM 2020-05-19 10:03:21 +00:00
parent 567f0a3df1
commit 403d45064e

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libcint"; pname = "libcint";
version = "3.0.19"; version = "3.0.20";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sunqm"; owner = "sunqm";
repo = "libcint"; repo = "libcint";
rev = "v${version}"; rev = "v${version}";
sha256 = "0x613f2hiqi2vbhp20fcl7rhxb07f2714lplzd0vkvv07phagip9"; sha256 = "0iqqq568q9sxppr08rvmpyjq0n82pm04x9rxhh3mf20x1ds7ngj5";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];