guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: universal-ctags: Update to 5.9.20220807.0.


From: guix-commits
Subject: 02/04: gnu: universal-ctags: Update to 5.9.20220807.0.
Date: Thu, 11 Aug 2022 23:33:34 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 317be8c8ebcf21c3c4fdcfd93a09c8194b43b1fc
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Aug 12 05:55:13 2022 +0300

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



reply via email to

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