[Nix-dev] racket 6.8

Shea Levy shea at shealevy.com
Sat Jan 28 04:02:35 CET 2017


Applied, thanks!

Karn Kallio <tierpluspluslists at skami.org> writes:

> The attached patch advances the version of the racket expression in
> nixpkgs to the latest released 6.8 version.
> From 815aae487d5ed4b70145ebadc03a5bd040a8a829 Mon Sep 17 00:00:00 2001
> From: Karn Kallio <kkallio at skami.org>
> Date: Fri, 27 Jan 2017 22:55:18 -0400
> Subject: [PATCH] racket: advance to the 6.8 latest released version.
>
> ---
>  pkgs/development/interpreters/racket/default.nix | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/pkgs/development/interpreters/racket/default.nix b/pkgs/development/interpreters/racket/default.nix
> index c747207681..2bf7ec5d2d 100644
> --- a/pkgs/development/interpreters/racket/default.nix
> +++ b/pkgs/development/interpreters/racket/default.nix
> @@ -32,11 +32,11 @@ in
>  
>  stdenv.mkDerivation rec {
>    name = "racket-${version}";
> -  version = "6.7";
> +  version = "6.8";
>  
>    src = fetchurl {
>      url = "http://mirror.racket-lang.org/installers/${version}/${name}-src.tgz";
> -    sha256 = "0v1nz07vzz0c7rwyz15kbagpl4l42n871vbwij4wrbk2lx22ksgy";
> +    sha256 = "1l9z1a0r5zydr50cklx9xjw3l0pwnf64i10xq7112fl1r89q3qgv";
>    };
>  
>    FONTCONFIG_FILE = fontsConf;
> -- 
> 2.11.0
>
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <http://lists.science.uu.nl/pipermail/nix-dev/attachments/20170127/c3bf2055/attachment.sig>


More information about the nix-dev mailing list