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:
parent
8b1976c7f6
commit
522533cd36
|
@ -7,11 +7,11 @@
|
||||||
else stdenv.mkDerivation)
|
else stdenv.mkDerivation)
|
||||||
|
|
||||||
(rec {
|
(rec {
|
||||||
name = "guile-2.0.11";
|
name = "guile-2.0.12";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/guile/${name}.tar.xz";
|
url = "mirror://gnu/guile/${name}.tar.xz";
|
||||||
sha256 = "1qh3j7308qvsjgwf7h94yqgckpbgz2k3yqdkzsyhqcafvfka9l5f";
|
sha256 = "1sdpjq0jf1h65w29q0zprj4x6kdp5jskkvbnlwphy9lvdxrqg0fy";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper gawk pkgconfig ];
|
nativeBuildInputs = [ makeWrapper gawk pkgconfig ];
|
||||||
|
|
Loading…
Reference in New Issue