diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2023-02-13 11:41:06 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2023-02-13 11:41:46 +0200 |
| commit | 5b1eab43f011983d9ee560d6935409b6b39706ff (patch) | |
| tree | 17f9d5a42bc5a9d672de601e83fe11b9f81a648c /gnu/packages/code.scm | |
| parent | 7c51c9e3d4bc026813e94402c0e15429d38d4421 (diff) | |
gnu: universal-ctags: Update to 6.0.20230212.0.
* gnu/packages/code.scm (universal-ctags): Update to 6.0.20230212.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 e62cd159952..e8bc0e43074 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm | |||
| @@ -430,7 +430,7 @@ features that are not supported by the standard @code{stdio} implementation.") | |||
| 430 | (define-public universal-ctags | 430 | (define-public universal-ctags |
| 431 | (package | 431 | (package |
| 432 | (name "universal-ctags") | 432 | (name "universal-ctags") |
| 433 | (version "6.0.20230122.0") | 433 | (version "6.0.20230212.0") |
| 434 | (source | 434 | (source |
| 435 | (origin | 435 | (origin |
| 436 | (method git-fetch) | 436 | (method git-fetch) |
| @@ -440,7 +440,7 @@ features that are not supported by the standard @code{stdio} implementation.") | |||
| 440 | (file-name (git-file-name name version)) | 440 | (file-name (git-file-name name version)) |
| 441 | (sha256 | 441 | (sha256 |
| 442 | (base32 | 442 | (base32 |
| 443 | "121d1dyc3wd4bzv4wky3x66j1va3d6ywbw71abp3l88fv7sc0f73")) | 443 | "0616y8sqbydh4baixs1fndknjvhfpf57p7a0yr1l5n732lknk2pm")) |
| 444 | (modules '((guix build utils))) | 444 | (modules '((guix build utils))) |
| 445 | (snippet | 445 | (snippet |
| 446 | '(begin | 446 | '(begin |
