diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-01-23 09:36:55 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-01-23 12:10:09 -0500 |
commit | 9e4f1f8c339cb5f1d3dcf9b22ae74cd5b1c25053 (patch) | |
tree | 11c03c4ce50fcbb52330f545bc87b001ca4e485c /gnu | |
parent | 4da229d777dab4e31b9e1f582635ea0590efb713 (diff) | |
download | guix-9e4f1f8c339cb5f1d3dcf9b22ae74cd5b1c25053.tar.gz |
gnu: universal-ctags: Update to 6.0.20230122.0.
* gnu/packages/code.scm (universal-ctags): Update to 6.0.20230122.0.
Diffstat (limited to 'gnu')
-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 eba3b8bb73..4f6a4f07c7 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.") (define-public universal-ctags (package (name "universal-ctags") - (version "5.9.20221127.0") + (version "6.0.20230122.0") (source (origin (method git-fetch) @@ -440,7 +440,7 @@ features that are not supported by the standard @code{stdio} implementation.") (file-name (git-file-name name version)) (sha256 (base32 - "0nvkx5j2vyzjf935a2s5w56gamlr6f12jy1x38bkqz78p5l0d3ja")) + "121d1dyc3wd4bzv4wky3x66j1va3d6ywbw71abp3l88fv7sc0f73")) (modules '((guix build utils))) (snippet '(begin |