aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/code.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index a2d26c978d..93723d1a01 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -393,7 +393,7 @@ functionality such as HTML output.")
(define-public rtags
(package
(name "rtags")
- (version "2.16")
+ (version "2.18")
(home-page "https://github.com/Andersbakken/rtags")
(source
(origin
@@ -414,7 +414,7 @@ functionality such as HTML output.")
(string-append "#include <rct/" header ">"))))))
(sha256
(base32
- "17rkci3mmiw93qc32b9x76pg57b0lx80avr6wnmh190jx8n3v3wy"))))
+ "0scjbp1z201q8njvrxqz7lk2m9b6k2rxd5q1shrng6532r7ndif2"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
dovic Courtès 2017-01-12etc: Add 'indent-package.el' script....Ludovic Courtès 2016-12-29Remove Emacs interface....Alex Kost 2016-12-14doc: Fix typo in Submitting Patches section....Maxim Cournoyer 2016-07-28doc: Discourage software bundling....Ludovic Courtès 2016-07-28doc: Send changes in your patch which are related....ng0 2016-07-28doc: Mention separate branch for packages with many dependents....Ludovic Courtès 2016-07-24doc: Point out preference of message format....ng0 2016-07-24doc: Explain that contributors can use a pseudonym....Ludovic Courtès 2016-07-22doc: Add note on gender-neutral wording....Ludovic Courtès 2016-04-16doc: Mention --localstatedir for when building from Git....Ludovic Courtès 2016-03-11doc: Add footnote about pointing ~/.config/guix/latest at user's checkout...Christopher Allan Webber 2016-02-24doc: Fix minor typos and add missing words....Chris Marusich 2015-12-09doc: rephrase code of conduct....Alex Sassmannshausen 2015-12-09Add "Contributor Covenant"....Ludovic Courtès 2015-12-08guix build: Add '--rounds'....Ludovic Courtès 2015-11-22doc: Mention 'guix environment guix'....Ludovic Courtès 2015-11-21doc: Remove extraneous "See."...Ludovic Courtès 2015-11-21doc: Fix 'geiser-guile-load-path' example....Alex Kost 2015-11-03doc: './pre-inst-env guix pull' won't upgrade local source tree....Alex Vong 2015-10-28doc: Add texinfo to the requirements when building from git....Mark H Weaver 2015-10-27doc: Add a REPL example....Ludovic Courtès 2015-10-20Add 'guix challenge'....Ludovic Courtès 2015-09-23emacs: Add development utils....Alex Kost 2015-09-15doc: Add guidelines for synopses and descriptions....Ludovic Courtès 2015-06-18Add 'guix size'....Ludovic Courtès 2015-06-14doc: Move most 'HACKING' informations into the manual....Mathieu Lirzin