[Nix-dev] racket release 6.7

Shea Levy shea at shealevy.com
Fri Nov 4 14:04:43 CET 2016


Applied, thanks!

Karn Kallio <tierpluspluslists at skami.org> writes:

> The attached patch advances racket to the latest released version 6.7
> From 30a1d275376ed2f156314c5f99c4a4a9ba69d2b4 Mon Sep 17 00:00:00 2001
> From: Karn Kallio <kkallio at skami.org>
> Date: Fri, 4 Nov 2016 01:13:58 -0400
> Subject: [PATCH] racket : advance to the latest release 6.7
>
> ---
>  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 8e462ff..c747207 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.6";
> +  version = "6.7";
>  
>    src = fetchurl {
>      url = "http://mirror.racket-lang.org/installers/${version}/${name}-src.tgz";
> -    sha256 = "1kzdi1n6h6hmz8zd9k8r5a5yp2ryi4w3c2fjm1k6cqicn18cwaxz";
> +    sha256 = "0v1nz07vzz0c7rwyz15kbagpl4l42n871vbwij4wrbk2lx22ksgy";
>    };
>  
>    FONTCONFIG_FILE = fontsConf;
> -- 
> 2.10.1
>
> _______________________________________________
> 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: 800 bytes
Desc: not available
URL: <http://lists.science.uu.nl/pipermail/nix-dev/attachments/20161104/588238eb/attachment.sig>


More information about the nix-dev mailing list