Skip to content

Commit e54d960

Browse files
committed
libxc: 5.1.7 -> 5.2.0
1 parent 18fe670 commit e54d960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/libxc/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "libxc";
5-
version = "5.1.7";
5+
version = "5.2.0";
66

77
src = fetchFromGitLab {
88
owner = "libxc";
99
repo = "libxc";
1010
rev = version;
11-
sha256 = "0s01q5sh50544s7q2q7kahcqydlyzk1lx3kg1zwl76y90942bjd1";
11+
sha256 = "1zfhfiwk8cnfbmkagaia4xhsc133icl1pryzync28kzsjxzlwfzc";
1212
};
1313

1414
nativeBuildInputs = [ perl cmake gfortran ];

0 commit comments

Comments
 (0)