Skip to content

Commit

Permalink
guile: 2.0.12 -> 2.0.13
Browse files Browse the repository at this point in the history
This is a maintenance release on the stable series, containing
security fixes.

It addresses CVE-2016-8606

See http://lists.gnu.org/archive/html/info-gnu/2016-10/msg00009.html
for upstream announcement
  • Loading branch information
lsix committed Oct 17, 2016
1 parent e3c3153 commit c959cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/guile/default.nix
Expand Up @@ -7,11 +7,11 @@
else stdenv.mkDerivation)

(rec {
name = "guile-2.0.12";
name = "guile-2.0.13";

src = fetchurl {
url = "mirror://gnu/guile/${name}.tar.xz";
sha256 = "1sdpjq0jf1h65w29q0zprj4x6kdp5jskkvbnlwphy9lvdxrqg0fy";
sha256 = "12yqkr974y91ylgw6jnmci2v90i90s7h9vxa4zk0sai8vjnz4i1p";
};

nativeBuildInputs = [ makeWrapper gawk pkgconfig ];
Expand Down

0 comments on commit c959cc3

Please sign in to comment.