[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: global: Update to 6.5.
From: |
Ludovic Courtès |
Subject: |
07/07: gnu: global: Update to 6.5. |
Date: |
Mon, 29 Jun 2015 12:42:32 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 11906b2c38d2d77b339c3c9c1e21dcd4f919407e
Author: Ludovic Courtès <address@hidden>
Date: Mon Jun 29 14:41:14 2015 +0200
gnu: global: Update to 6.5.
* gnu/packages/code.scm (global): Update to 6.5.
---
gnu/packages/code.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 97261d6..bcd1082 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -91,14 +91,14 @@ highlighting your own code that seemed comprehensible when
you wrote it.")
(define-public global ; a global variable
(package
(name "global")
- (version "6.4")
+ (version "6.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/global/global-"
version ".tar.gz"))
(sha256
(base32
- "13i4zwx6gaibc4j79wd0hgxysw8ibxz9c018zxhydnxlyadzcnri"))))
+ "1af6lhwhrpdnigd3707fnk3dd6y53pbc4g0i75xjf0563bdi5zaa"))))
(build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses)
("libltdl" ,libltdl)
- branch master updated (cc6ed47 -> 11906b2), Ludovic Courtès, 2015/06/29
- 01/07: doc: Add quote about running a monadic value., Ludovic Courtès, 2015/06/29
- 02/07: gnu: gcc-4.8: Update to 4.8.5., Ludovic Courtès, 2015/06/29
- 05/07: gnu: parallel: Update to 20150622., Ludovic Courtès, 2015/06/29
- 06/07: gnu: help2man: Update to 1.47.1., Ludovic Courtès, 2015/06/29
- 07/07: gnu: global: Update to 6.5.,
Ludovic Courtès <=
- 04/07: gnu: screen: Update to 4.3.1., Ludovic Courtès, 2015/06/29
- 03/07: gnu: texinfo: Add version 6.0., Ludovic Courtès, 2015/06/29