all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: racket: Update to 6.6.
@ 2016-09-19  8:51 ng0
  2016-09-19  9:20 ` ng0
  0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2016-09-19  8:51 UTC (permalink / raw)
  To: guix-devel


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: 0001-gnu-racket-Update-to-6.6.patch --]
[-- Type: text/x-patch, Size: 1260 bytes --]

From 9dcf879867c332250bad22ab289395a2fd0d1a1a Mon Sep 17 00:00:00 2001
From: ng0 <ng0@we.make.ritual.n0.is>
Date: Mon, 19 Sep 2016 08:50:01 +0000
Subject: [PATCH] gnu: racket: Update to 6.6

* gnu/packages/scheme.scm (racket): Update to 6.6.
---
 gnu/packages/scheme.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 287bcdf..6299e5e 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -402,7 +402,7 @@ implementation techniques and as an expository tool.")
 (define-public racket
   (package
     (name "racket")
-    (version "6.5")
+    (version "6.6")
     (source (origin
              (method url-fetch)
              (uri (list (string-append "http://mirror.racket-lang.org/installers/"
@@ -412,7 +412,7 @@ implementation techniques and as an expository tool.")
                          version "/racket/racket-" version "-src-unix.tgz")))
              (sha256
               (base32
-               "0gvh7i5k87mg1gpqk8gaq50ja9ksbhnvdqn7qqh0n17byidd6999"))))
+               "1kzdi1n6h6hmz8zd9k8r5a5yp2ryi4w3c2fjm1k6cqicn18cwaxz"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
-- 
2.10.0


[-- Attachment #1.2: Type: text/plain, Size: 26 bytes --]


-- 
              ng0

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 800 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: racket: Update to 6.6.
  2016-09-19  8:51 [PATCH] gnu: racket: Update to 6.6 ng0
@ 2016-09-19  9:20 ` ng0
  2016-09-19  9:54   ` Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2016-09-19  9:20 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 39 bytes --]


Forgot to add my name to the header.


[-- Attachment #1.2: 0001-gnu-racket-Update-to-6.6.patch --]
[-- Type: text/x-patch, Size: 1566 bytes --]

From 9fe189f65e9ef8f0787920b92ffb074a615f5a8e Mon Sep 17 00:00:00 2001
From: ng0 <ng0@we.make.ritual.n0.is>
Date: Mon, 19 Sep 2016 08:50:01 +0000
Subject: [PATCH] gnu: racket: Update to 6.6

* gnu/packages/scheme.scm (racket): Update to 6.6.
---
 gnu/packages/scheme.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 287bcdf..4fb0614 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -402,7 +403,7 @@ implementation techniques and as an expository tool.")
 (define-public racket
   (package
     (name "racket")
-    (version "6.5")
+    (version "6.6")
     (source (origin
              (method url-fetch)
              (uri (list (string-append "http://mirror.racket-lang.org/installers/"
@@ -412,7 +413,7 @@ implementation techniques and as an expository tool.")
                          version "/racket/racket-" version "-src-unix.tgz")))
              (sha256
               (base32
-               "0gvh7i5k87mg1gpqk8gaq50ja9ksbhnvdqn7qqh0n17byidd6999"))))
+               "1kzdi1n6h6hmz8zd9k8r5a5yp2ryi4w3c2fjm1k6cqicn18cwaxz"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
-- 
2.10.0


[-- Attachment #1.3: Type: text/plain, Size: 26 bytes --]


-- 
              ng0

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 800 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: racket: Update to 6.6.
  2016-09-19  9:20 ` ng0
@ 2016-09-19  9:54   ` Ricardo Wurmus
  0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2016-09-19  9:54 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel


Pushed to master as c2c84add5434d9308b77e2f1d225bf31cdce3070.  Thanks!

~~ Ricardo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-19  9:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-19  8:51 [PATCH] gnu: racket: Update to 6.6 ng0
2016-09-19  9:20 ` ng0
2016-09-19  9:54   ` Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.