diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2024-03-21 14:08:05 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2024-03-21 14:08:05 +0200 |
| commit | ec0e5e9369d5c5b4c387591bb40613569e8cdfad (patch) | |
| tree | cd32d06e789f09f545e397ffb039d8e960fae2ab /gnu/packages/code.scm | |
| parent | 7f4cd6c50c7d92e90dc64bb0688e1be8ce19555e (diff) | |
gnu: universal-ctags: Update to 6.1.20240317.0.
* gnu/packages/code.scm (universal-ctags): Update to 6.1.20240317.0.
Change-Id: I035bc73702fbe9951820e176f09bde16bd9049c6
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 43e7ae205d8..9048466c370 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm | |||
| @@ -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.1.20240218.0") | 439 | (version "6.1.20240317.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 | "09cjlj7mq3s98x9zsg4slq86h1myixjxxqfnc0kglf2hnr9nrkf5")) | 449 | "1bs48bickx04rdr2g60pppyb5r0rjhyslwr1gr05qdv0bsmwf61x")) |
| 450 | (modules '((guix build utils))) | 450 | (modules '((guix build utils))) |
| 451 | (snippet | 451 | (snippet |
| 452 | '(begin | 452 | '(begin |
