diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2025-05-27 15:46:55 +0300 |
---|---|---|
committer | Ian Eure <ian@retrospec.tv> | 2025-05-27 19:30:11 -0700 |
commit | a141278ebb0898bf3cd98a62862e840effc1772c (patch) | |
tree | 0932b8c348ee778f69af213f0144465cfb3ceac1 | |
parent | 225585d4b13404b24590479b8222ca9b39b2f933 (diff) |
gnu: universal-ctags: Update to 6.1.20250525.0.
* gnu/packages/code.scm (universal-ctags): Update to 6.1.20250525.0.
Change-Id: If7e5988247a99744878ecf3b02ed93a5030af636
-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 004f24de49..7b6ce86b27 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -481,7 +481,7 @@ features that are not supported by the standard @code{stdio} implementation.") (define-public universal-ctags (package (name "universal-ctags") - (version "6.1.20240317.0") + (version "6.1.20250525.0") (source (origin (method git-fetch) @@ -491,7 +491,7 @@ features that are not supported by the standard @code{stdio} implementation.") (file-name (git-file-name name version)) (sha256 (base32 - "1bs48bickx04rdr2g60pppyb5r0rjhyslwr1gr05qdv0bsmwf61x")) + "0nxhmpzkxixb303bsihd5j7n0d29ak2lgnqff920q3dm33y965sy")) (modules '((guix build utils))) (snippet '(begin |