guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: universal-ctags: Update to 5.9.20221127.0.


From: guix-commits
Subject: 01/08: gnu: universal-ctags: Update to 5.9.20221127.0.
Date: Fri, 2 Dec 2022 13:12:27 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit fa3dac025a9618d2422d74cdf3292ddf165931b6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Dec 2 10:46:18 2022 +0100

    gnu: universal-ctags: Update to 5.9.20221127.0.
    
    * gnu/packages/code.scm (universal-ctags): Update to 5.9.20221127.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 1bbbb1e2fe..0ed978a768 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -391,7 +391,7 @@ features that are not supported by the standard 
@code{stdio} implementation.")
 (define-public universal-ctags
   (package
     (name "universal-ctags")
-    (version "5.9.20220807.0")
+    (version "5.9.20221127.0")
     (source
      (origin
        (method git-fetch)
@@ -401,7 +401,7 @@ features that are not supported by the standard 
@code{stdio} implementation.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1wjj6hlda7xyjm8yrl2zz74ks7azymm9yyrpz36zxxpx2scf6lsk"))
+         "0nvkx5j2vyzjf935a2s5w56gamlr6f12jy1x38bkqz78p5l0d3ja"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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