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

guix_mirror_bot pushed a commit to branch master
in repository guix.

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

commit a141278ebb0898bf3cd98a62862e840effc1772c
Author: Efraim Flashner <efr...@flashner.co.il>
AuthorDate: Tue May 27 15:46:55 2025 +0300

    gnu: universal-ctags: Update to 6.1.20250525.0.
    
    * gnu/packages/code.scm (universal-ctags): Update to 6.1.20250525.0.
    
    Change-Id: If7e5988247a99744878ecf3b02ed93a5030af636
---
 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 004f24de49..7b6ce86b27 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -481,7 +481,7 @@ features that are not supported by the standard 
@code{stdio} implementation.")
 (define-public universal-ctags
   (package
     (name "universal-ctags")
-    (version "6.1.20240317.0")
+    (version "6.1.20250525.0")
     (source
      (origin
        (method git-fetch)
@@ -491,7 +491,7 @@ features that are not supported by the standard 
@code{stdio} implementation.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1bs48bickx04rdr2g60pppyb5r0rjhyslwr1gr05qdv0bsmwf61x"))
+         "0nxhmpzkxixb303bsihd5j7n0d29ak2lgnqff920q3dm33y965sy"))
        (modules '((guix build utils)))
        (snippet
         '(begin

Reply via email to