3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #238320 from markuskowa/upd-libxc

libxc: 6.2.0 -> 6.2.2
This commit is contained in:
markuskowa 2023-06-19 15:13:11 +02:00 committed by GitHub
commit 2478945064
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 = "6.2.0";
version = "6.2.2";
src = fetchFromGitLab {
owner = "libxc";
repo = "libxc";
rev = version;
hash = "sha256-VILqlvACQyccaXXS+UE25+LzE74+52pI66RUrVS0esI=";
hash = "sha256-JYhuyW95I7Q0edLIe7H//+ej5vh6MdAGxXjmNxDMuhQ=";
};
nativeBuildInputs = [ perl cmake gfortran ];