Merge pull request #144136 from markuskowa/upd-libxc

This commit is contained in:
Sandro 2021-11-01 17:45:15 +01:00 committed by GitHub
commit 2cb72996f7
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.6";
version = "5.1.7";
src = fetchFromGitLab {
owner = "libxc";
repo = "libxc";
rev = version;
sha256 = "07iljmv737kx24kd33x9ndf5l854mwslg9x2psqm12k07jmq9wjw";
sha256 = "0s01q5sh50544s7q2q7kahcqydlyzk1lx3kg1zwl76y90942bjd1";
};
nativeBuildInputs = [ perl cmake gfortran ];