guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: global: Update to 6.6.1 [fixes CVE-2017-17531].


From: Efraim Flashner
Subject: 01/01: gnu: global: Update to 6.6.1 [fixes CVE-2017-17531].
Date: Sun, 17 Dec 2017 01:51:55 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit bc3d6077489e7be5bee35d426207ac0f290c09d0
Author: Efraim Flashner <address@hidden>
Date:   Sun Dec 17 08:49:04 2017 +0200

    gnu: global: Update to 6.6.1 [fixes CVE-2017-17531].
    
    * gnu/packages/code.scm (global): Update to 6.6.1.
---
 gnu/packages/code.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index b246ca0..a094f0a 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -99,14 +99,14 @@ highlighting your own code that seemed comprehensible when 
you wrote it.")
 (define-public global                             ; a global variable
   (package
     (name "global")
-    (version "6.6")
+    (version "6.6.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/global/global-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "09vm11pkzbqbbhigapi1fvfcrb2gwqffjnc37yc2r7j2falnxa47"))))
+               "1r2r6z41lmgbszzwx7h3jqhwnqb9jj32pndzhr3lb0id710c8gcl"))))
     (build-system gnu-build-system)
     (inputs `(("ncurses" ,ncurses)
               ("libltdl" ,libltdl)



reply via email to

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