diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-02-13 11:41:06 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-02-13 11:41:46 +0200 |
commit | 5b1eab43f011983d9ee560d6935409b6b39706ff (patch) | |
tree | 17f9d5a42bc5a9d672de601e83fe11b9f81a648c | |
parent | 7c51c9e3d4bc026813e94402c0e15429d38d4421 (diff) |
gnu: universal-ctags: Update to 6.0.20230212.0.
* gnu/packages/code.scm (universal-ctags): Update to 6.0.20230212.0.
-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 e62cd15995..e8bc0e4307 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 "6.0.20230122.0") + (version "6.0.20230212.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 - "121d1dyc3wd4bzv4wky3x66j1va3d6ywbw71abp3l88fv7sc0f73")) + "0616y8sqbydh4baixs1fndknjvhfpf57p7a0yr1l5n732lknk2pm")) (modules '((guix build utils))) (snippet '(begin |