Merge pull request #210530 from markuskowa/upd-libxc

libxc: 6.0.0 -> 6.1.0

authored by

markuskowa and committed by
GitHub
c14fbffc e973da60

+2 -2
+2 -2
pkgs/development/libraries/libxc/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libxc"; 5 - version = "6.0.0"; 5 + version = "6.1.0"; 6 6 7 7 src = fetchFromGitLab { 8 8 owner = "libxc"; 9 9 repo = "libxc"; 10 10 rev = version; 11 - hash = "sha256-g1BjqzSVauDrzxIqqU2kLl6RFs6/oe2VthtndbnJQCc="; 11 + hash = "sha256-PqKqZbL9Y7lKu7tKo+DfAhoEeFSsYWEcwiFX41VhRIs="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ perl cmake gfortran ];