libxc: 6.0.0 -> 6.1.0

This commit is contained in:
Markus Kowalewski 2023-01-13 14:11:21 +01:00
parent e495e5dfa6
commit a01cdceffb
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libxc";
version = "6.0.0";
version = "6.1.0";
src = fetchFromGitLab {
owner = "libxc";
repo = "libxc";
rev = version;
hash = "sha256-g1BjqzSVauDrzxIqqU2kLl6RFs6/oe2VthtndbnJQCc=";
hash = "sha256-PqKqZbL9Y7lKu7tKo+DfAhoEeFSsYWEcwiFX41VhRIs=";
};
nativeBuildInputs = [ perl cmake gfortran ];