mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
GNU Guile 1.9.14.
svn path=/nixpkgs/trunk/; revision=25421
This commit is contained in:
parent
7f157c0f33
commit
9dd29fa160
@ -7,11 +7,11 @@
|
||||
else stdenv.mkDerivation)
|
||||
|
||||
rec {
|
||||
name = "guile-1.9.13"; # This is a beta release!
|
||||
name = "guile-1.9.14"; # This is a beta release!
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://alpha.gnu.org/gnu/guile/${name}.tar.gz";
|
||||
sha256 = "1idrp39lnqyiw68k1mmbfrd46zqdn19crwqbg3b064p6hljypdl4";
|
||||
sha256 = "16239r7racjjv8pjvmcg4jzsxz1s54rwfj4lqwf6qbignj0gnga0";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
@ -47,7 +47,7 @@ rec {
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
||||
meta = {
|
||||
description = "GNU Guile 1.9 (alpha), an embeddable Scheme implementation";
|
||||
description = "GNU Guile 1.9 (beta), an embeddable Scheme implementation";
|
||||
|
||||
longDescription = ''
|
||||
GNU Guile is an implementation of the Scheme programming language, with
|
||||
|
Loading…
Reference in New Issue
Block a user