summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2022-06-26 20:42:36 -0500
committerEfraim Flashner <efraim@flashner.co.il>2022-06-28 16:47:37 +0300
commit37254b4cb39a460e93befb5e3c74c07ed4020b69 (patch)
tree4083fbc17bbb90d4b78c4bae6f87afab06a947c9
parentd8d6b7417f2ffcf12bfd639b55402199205d1177 (diff)
downloadguix-37254b4cb39a460e93befb5e3c74c07ed4020b69.tar.gz
guix-37254b4cb39a460e93befb5e3c74c07ed4020b69.tar.xz
gnu: universal-ctags: Update to 5.9.20220626.0.
* gnu/packages/code.scm (universal-ctags): Update to 5.9.20220626.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r--gnu/packages/code.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index b2959aafb2..64040270eb 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.")
(define-public universal-ctags
(package
(name "universal-ctags")
- (version "5.9.20220605.0")
+ (version "5.9.20220626.0")
(source
(origin
(method git-fetch)
@@ -400,7 +400,7 @@ features that are not supported by the standard @code{stdio} implementation.")
(file-name (git-file-name name version))
(sha256
(base32
- "0mri7m2qsw5pyq1ajapawvxn2cdrzg1vi4w2bdq0z4ws4q03lj7k"))
+ "1x5kqqznlbndwln8g0kcxnla6b94i7x7cd63ba2sj0fzzms5gx24"))
(modules '((guix build utils)))
(snippet
'(begin