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.3.3.


From: Andreas Enge
Subject: 01/01: gnu: global: Update to 6.3.3.
Date: Mon, 01 Dec 2014 21:20:17 +0000

andreas pushed a commit to branch master
in repository guix.

commit bdeb576793a7bdba1917dd58b57cf524f71ea3fe
Author: Andreas Enge <address@hidden>
Date:   Mon Dec 1 22:19:46 2014 +0100

    gnu: global: Update to 6.3.3.
    
    * gnu/packages/global.scm (global): Update to 6.3.3.
---
 gnu/packages/global.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/global.scm b/gnu/packages/global.scm
index d43caf4..f7377de 100644
--- a/gnu/packages/global.scm
+++ b/gnu/packages/global.scm
@@ -28,14 +28,14 @@
 (define-public global                             ; a global variable
   (package
     (name "global")
-    (version "6.3.2")
+    (version "6.3.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/global/global-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "07iifpz00ch3drlscvk5v12j7bckwv6pk8040y81s1x14b0gf220"))))
+               "0j828dg2cjf77rx71cw68jpk7jl119v6nyb0kyvirr5i1860j1fx"))))
     (build-system gnu-build-system)
     (inputs `(("ncurses" ,ncurses)
               ("libtool" ,libtool)))



reply via email to

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