guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: universal-ctags: Update to 6.0.20230122.0.


From: guix-commits
Subject: branch master updated: gnu: universal-ctags: Update to 6.0.20230122.0.
Date: Mon, 23 Jan 2023 12:10:52 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9e4f1f8c33 gnu: universal-ctags: Update to 6.0.20230122.0.
9e4f1f8c33 is described below

commit 9e4f1f8c339cb5f1d3dcf9b22ae74cd5b1c25053
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jan 23 09:36:55 2023 -0500

    gnu: universal-ctags: Update to 6.0.20230122.0.
    
    * gnu/packages/code.scm (universal-ctags): Update to 6.0.20230122.0.
---
 gnu/packages/code.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]