guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: universal-ctags: Update to 6.0.20230212.0.


From: guix-commits
Subject: 02/02: gnu: universal-ctags: Update to 6.0.20230212.0.
Date: Mon, 13 Feb 2023 06:30:39 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 5b1eab43f011983d9ee560d6935409b6b39706ff
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Feb 13 11:41:06 2023 +0200

    gnu: universal-ctags: Update to 6.0.20230212.0.
    
    * gnu/packages/code.scm (universal-ctags): Update to 6.0.20230212.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 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



reply via email to

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