guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: chicken: Update to 4.11.0 [fixes CVE-2014-9651].


From: Efraim Flashner
Subject: 01/01: gnu: chicken: Update to 4.11.0 [fixes CVE-2014-9651].
Date: Mon, 20 Jun 2016 15:31:03 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit acb6a8984ef69b9fcfc52448a36471a677b605ba
Author: Efraim Flashner <address@hidden>
Date:   Mon Jun 20 18:28:44 2016 +0300

    gnu: chicken: Update to 4.11.0 [fixes CVE-2014-9651].
    
    * gnu/packages/scheme.scm (chicken): Update to 4.11.0.
---
 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 6baee2b..e4a26ed 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -317,14 +317,14 @@ mashups, office (web agendas, mail clients, ...), etc.")
 (define-public chicken
   (package
     (name "chicken")
-    (version "4.10.0")
+    (version "4.11.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://code.call-cc.org/releases/";
                                  version "/chicken-" version ".tar.gz"))
              (sha256
               (base32
-               "16w96jrhb6qf62fgznk53f55yhfv81damghdjn31k5hirnmza1qf"))))
+               "12ddyiikqknpr8h6llsxbg2fz75xnayvcnsvr1cwv8xnjn7jpp73"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]