diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-10-09 21:21:29 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-10-09 21:21:29 +0200 |
commit | 24fee2615ce7a18a7fcd6054b73375a890556cf3 (patch) | |
tree | 353f9e87b8ec736f32eed840c58dc7d5651c19cf /gnu/packages/code.scm | |
parent | 7d134b57b79188f8c878625d4e09f9bd6181e8c0 (diff) | |
parent | 7937c8827b8d23347a3159b4696335bd19fc17aa (diff) |
Merge branch 'master' into gnome-team
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 071f1b9e38..21a9f10a11 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -435,7 +435,7 @@ features that are not supported by the standard @code{stdio} implementation.") (define-public universal-ctags (package (name "universal-ctags") - (version "6.0.20230212.0") + (version "6.0.20231001.0") (source (origin (method git-fetch) @@ -445,7 +445,7 @@ features that are not supported by the standard @code{stdio} implementation.") (file-name (git-file-name name version)) (sha256 (base32 - "0616y8sqbydh4baixs1fndknjvhfpf57p7a0yr1l5n732lknk2pm")) + "0qik6rsai254prydfx8k2bq7wpim3a272jiw1y37r734k4s9xbrb")) (modules '((guix build utils))) (snippet '(begin |