Skip to content

Commit

Permalink
libxc: 5.1.3 -> 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed May 14, 2021
1 parent 404d071 commit e464278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libxc/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitLab, cmake, gfortran, perl }:

let
version = "5.1.3";
version = "5.1.4";

in stdenv.mkDerivation {
pname = "libxc";
Expand All @@ -11,7 +11,7 @@ in stdenv.mkDerivation {
owner = "libxc";
repo = "libxc";
rev = version;
sha256 = "14czspifznsmvvix5hcm1rk18iy590qk8p5m00p0y032gmn9i2zj";
sha256 = "0rs6v72zz3jr22r29zxxdk8wdsfv6wid6cx2661974z09dbvbr1f";
};

buildInputs = [ gfortran ];
Expand Down

0 comments on commit e464278

Please sign in to comment.