diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2023-10-04 21:34:39 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2023-10-05 09:54:04 +0300 |
| commit | 6f8f98f3342a16b6e198734cdb7118bca3c1b032 (patch) | |
| tree | c8e147193a97f10ee1a5277f3dc1421a920c011a /gnu | |
| parent | c3f47bb2eed8b07caebfeb852649e4d1db5a6ebe (diff) | |
gnu: universal-ctags: Update to 6.0.20231001.0.
* gnu/packages/code.scm (universal-ctags): Update to 6.0.20231001.0.
Diffstat (limited to 'gnu')
| -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 071f1b9e38b..21a9f10a11c 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm | |||
| @@ -435,7 +435,7 @@ features that are not supported by the standard @code{stdio} implementation.") | |||
| 435 | (define-public universal-ctags | 435 | (define-public universal-ctags |
| 436 | (package | 436 | (package |
| 437 | (name "universal-ctags") | 437 | (name "universal-ctags") |
| 438 | (version "6.0.20230212.0") | 438 | (version "6.0.20231001.0") |
| 439 | (source | 439 | (source |
| 440 | (origin | 440 | (origin |
| 441 | (method git-fetch) | 441 | (method git-fetch) |
| @@ -445,7 +445,7 @@ features that are not supported by the standard @code{stdio} implementation.") | |||
| 445 | (file-name (git-file-name name version)) | 445 | (file-name (git-file-name name version)) |
| 446 | (sha256 | 446 | (sha256 |
| 447 | (base32 | 447 | (base32 |
| 448 | "0616y8sqbydh4baixs1fndknjvhfpf57p7a0yr1l5n732lknk2pm")) | 448 | "0qik6rsai254prydfx8k2bq7wpim3a272jiw1y37r734k4s9xbrb")) |
| 449 | (modules '((guix build utils))) | 449 | (modules '((guix build utils))) |
| 450 | (snippet | 450 | (snippet |
| 451 | '(begin | 451 | '(begin |
