guile: 2.0.12 -> 2.0.13

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
This commit is contained in:
Lancelot SIX 2016-10-17 09:44:48 +02:00
parent e3c3153dd0
commit c959cc3d9c

View file

@ -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 ];