diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-31 20:35:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-04 19:22:33 +0100 |
commit | af147cddd417ca90919e26f0311c1a6d8a22ca59 (patch) | |
tree | 8c47829160b6b40d9926a1fbba05bf503b0144e0 /gnu/packages | |
parent | 2fe05cb6e1c3df3573200a4d10456e5e92fa05e4 (diff) | |
download | patches-af147cddd417ca90919e26f0311c1a6d8a22ca59.tar patches-af147cddd417ca90919e26f0311c1a6d8a22ca59.tar.gz |
gnu: rtags: Update to 2.18.
* gnu/packages/code.scm (rtags): Update to 2.18.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | 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 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 |