diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2024-02-22 11:16:46 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2024-02-22 11:57:37 +0200 |
| commit | 90a3c50610eb331dda3e5b57693281cbead7d927 (patch) | |
| tree | 42cebf134aee567012244cea62f78fa7b28700e4 /gnu/packages | |
| parent | d3b325daecca3e60f1e51e7732f104ca096d3ab2 (diff) | |
gnu: universal-ctags: Update to 6.1.20240218.0.
* gnu/packages/code.scm (universal-ctags): Update to 6.1.20240218.0.
Change-Id: I3d4b19d0ba002d809cb5e659899965d3f62e8e1a
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/code.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index f53f7dc9e3a..72540c06ab9 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ;;; Copyright © 2013, 2015, 2018, 2020, 2021, 2023 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2013, 2015, 2018, 2020, 2021, 2023 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr> | 3 | ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr> |
| 4 | ;;; Copyright © 2015, 2018 Ricardo Wurmus <rekado@elephly.net> | 4 | ;;; Copyright © 2015, 2018 Ricardo Wurmus <rekado@elephly.net> |
| 5 | ;;; Copyright © 2016, 2017, 2019-2023 Efraim Flashner <efraim@flashner.co.il> | 5 | ;;; Copyright © 2016, 2017, 2019-2024 Efraim Flashner <efraim@flashner.co.il> |
| 6 | ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> | 6 | ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> |
| 7 | ;;; Copyright © 2017, 2018 Clément Lassieur <clement@lassieur.org> | 7 | ;;; Copyright © 2017, 2018 Clément Lassieur <clement@lassieur.org> |
| 8 | ;;; Copyright © 2017 Andy Wingo <wingo@igalia.com> | 8 | ;;; Copyright © 2017 Andy Wingo <wingo@igalia.com> |
| @@ -436,7 +436,7 @@ features that are not supported by the standard @code{stdio} implementation.") | |||
| 436 | (define-public universal-ctags | 436 | (define-public universal-ctags |
| 437 | (package | 437 | (package |
| 438 | (name "universal-ctags") | 438 | (name "universal-ctags") |
| 439 | (version "6.0.20231001.0") | 439 | (version "6.1.20240218.0") |
| 440 | (source | 440 | (source |
| 441 | (origin | 441 | (origin |
| 442 | (method git-fetch) | 442 | (method git-fetch) |
| @@ -446,7 +446,7 @@ features that are not supported by the standard @code{stdio} implementation.") | |||
| 446 | (file-name (git-file-name name version)) | 446 | (file-name (git-file-name name version)) |
| 447 | (sha256 | 447 | (sha256 |
| 448 | (base32 | 448 | (base32 |
| 449 | "0qik6rsai254prydfx8k2bq7wpim3a272jiw1y37r734k4s9xbrb")) | 449 | "09cjlj7mq3s98x9zsg4slq86h1myixjxxqfnc0kglf2hnr9nrkf5")) |
| 450 | (modules '((guix build utils))) | 450 | (modules '((guix build utils))) |
| 451 | (snippet | 451 | (snippet |
| 452 | '(begin | 452 | '(begin |
