guix-commits
[Top][All Lists]
Advanced

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

03/19: gnu: uncrustify: Update to 0.77.1.


From: guix-commits
Subject: 03/19: gnu: uncrustify: Update to 0.77.1.
Date: Thu, 14 Sep 2023 17:45:20 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ca5fae4f26f2f35412a96fe2042883341ca62182
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Sep 6 18:51:08 2023 +0800

    gnu: uncrustify: Update to 0.77.1.
    
    * gnu/packages/code.scm (uncrustify): Update to 0.77.1.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 4335c57150..a9e94dab25 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -794,7 +794,7 @@ independent targets.")
 (define-public uncrustify
   (package
     (name "uncrustify")
-    (version "0.75.1")
+    (version "0.77.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -803,7 +803,7 @@ independent targets.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1mzzzd4alajjdshbjd2a5mddqcpag8yyss72n09mfpialzyf7g60"))))
+                "17x9p5pqgzjchi9xhskp4kq7ag4chmsgbkvwym5m2b9zwm6qykpm"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("python" ,python-wrapper)))



reply via email to

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