Merge pull request #156308 from markuskowa/upd-libxc

libxc: 5.1.7 -> 5.2.0
This commit is contained in:
markuskowa 2022-01-23 22:33:59 +01:00 committed by GitHub
commit badf5a0dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libxc";
version = "5.1.7";
version = "5.2.0";
src = fetchFromGitLab {
owner = "libxc";
repo = "libxc";
rev = version;
sha256 = "0s01q5sh50544s7q2q7kahcqydlyzk1lx3kg1zwl76y90942bjd1";
sha256 = "1zfhfiwk8cnfbmkagaia4xhsc133icl1pryzync28kzsjxzlwfzc";
};
nativeBuildInputs = [ perl cmake gfortran ];