guile: 2.0.11 -> 2.0.12

2.0.12 is a maintenance release for the 2.0.x stable series.

See http://lists.gnu.org/archive/html/info-gnu/2016-07/msg00007.html
for announcement.
This commit is contained in:
Lancelot SIX 2016-07-21 21:44:02 +02:00
parent 8b1976c7f6
commit 522533cd36
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@
else stdenv.mkDerivation)
(rec {
name = "guile-2.0.11";
name = "guile-2.0.12";
src = fetchurl {
url = "mirror://gnu/guile/${name}.tar.xz";
sha256 = "1qh3j7308qvsjgwf7h94yqgckpbgz2k3yqdkzsyhqcafvfka9l5f";
sha256 = "1sdpjq0jf1h65w29q0zprj4x6kdp5jskkvbnlwphy9lvdxrqg0fy";
};
nativeBuildInputs = [ makeWrapper gawk pkgconfig ];