Merge pull request #184341 from r-ryantm/auto-update/libxc

libxc: 5.2.2 -> 5.2.3
This commit is contained in:
markuskowa 2022-08-02 09:00:55 +02:00 committed by GitHub
commit 75237f356f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libxc"; pname = "libxc";
version = "5.2.2"; version = "5.2.3";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "libxc"; owner = "libxc";
repo = "libxc"; repo = "libxc";
rev = version; rev = version;
sha256 = "113sk7hxjpfbz3nrgjsc7bi6zrlwb3qq5s6h0zh37hz9bd1brq54"; sha256 = "sha256-PuLpwhyyht+kkPUTrJTH+VTY5WuOhi2mIUDrFqubF+w=";
}; };
nativeBuildInputs = [ perl cmake gfortran ]; nativeBuildInputs = [ perl cmake gfortran ];