diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2022-08-12 05:55:13 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2022-08-12 05:55:13 +0300 |
| commit | 317be8c8ebcf21c3c4fdcfd93a09c8194b43b1fc (patch) | |
| tree | cff4292a87009054c3ead7240371765b1e4f2fa3 /gnu/packages/code.scm | |
| parent | 4230b47c08ad62957ed432cbd09e0affae8a1754 (diff) | |
gnu: universal-ctags: Update to 5.9.20220807.0.
* gnu/packages/code.scm (universal-ctags): Update to 5.9.20220807.0.
Diffstat (limited to 'gnu/packages/code.scm')
| -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 96736aac843..f4855e12e93 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm | |||
| @@ -390,7 +390,7 @@ features that are not supported by the standard @code{stdio} implementation.") | |||
| 390 | (define-public universal-ctags | 390 | (define-public universal-ctags |
| 391 | (package | 391 | (package |
| 392 | (name "universal-ctags") | 392 | (name "universal-ctags") |
| 393 | (version "5.9.20220626.0") | 393 | (version "5.9.20220807.0") |
| 394 | (source | 394 | (source |
| 395 | (origin | 395 | (origin |
| 396 | (method git-fetch) | 396 | (method git-fetch) |
| @@ -400,7 +400,7 @@ features that are not supported by the standard @code{stdio} implementation.") | |||
| 400 | (file-name (git-file-name name version)) | 400 | (file-name (git-file-name name version)) |
| 401 | (sha256 | 401 | (sha256 |
| 402 | (base32 | 402 | (base32 |
| 403 | "1x5kqqznlbndwln8g0kcxnla6b94i7x7cd63ba2sj0fzzms5gx24")) | 403 | "1wjj6hlda7xyjm8yrl2zz74ks7azymm9yyrpz36zxxpx2scf6lsk")) |
| 404 | (modules '((guix build utils))) | 404 | (modules '((guix build utils))) |
| 405 | (snippet | 405 | (snippet |
| 406 | '(begin | 406 | '(begin |
