summaryrefslogtreecommitdiff
path: root/gnu/packages/code.scm
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2023-09-06 18:51:08 +0800
committerLudovic Courtès <ludo@gnu.org>2023-09-14 22:58:57 +0200
commitca5fae4f26f2f35412a96fe2042883341ca62182 (patch)
treeba8a83f12cd95afc2f120ee5a20e7953371ecb9c /gnu/packages/code.scm
parent258729b928e14f0349a109d0a9a1d56a8e68e139 (diff)
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>
Diffstat (limited to 'gnu/packages/code.scm')
-rw-r--r--gnu/packages/code.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 4335c57150f..a9e94dab252 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -794,7 +794,7 @@ independent targets.")
794(define-public uncrustify 794(define-public uncrustify
795 (package 795 (package
796 (name "uncrustify") 796 (name "uncrustify")
797 (version "0.75.1") 797 (version "0.77.1")
798 (source (origin 798 (source (origin
799 (method git-fetch) 799 (method git-fetch)
800 (uri (git-reference 800 (uri (git-reference
@@ -803,7 +803,7 @@ independent targets.")
803 (file-name (git-file-name name version)) 803 (file-name (git-file-name name version))
804 (sha256 804 (sha256
805 (base32 805 (base32
806 "1mzzzd4alajjdshbjd2a5mddqcpag8yyss72n09mfpialzyf7g60")))) 806 "17x9p5pqgzjchi9xhskp4kq7ag4chmsgbkvwym5m2b9zwm6qykpm"))))
807 (build-system cmake-build-system) 807 (build-system cmake-build-system)
808 (native-inputs 808 (native-inputs
809 `(("python" ,python-wrapper))) 809 `(("python" ,python-wrapper)))