diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2023-09-06 18:51:08 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-09-14 22:58:57 +0200 |
commit | ca5fae4f26f2f35412a96fe2042883341ca62182 (patch) | |
tree | ba8a83f12cd95afc2f120ee5a20e7953371ecb9c | |
parent | 258729b928e14f0349a109d0a9a1d56a8e68e139 (diff) | |
download | guix-ca5fae4f26f2f35412a96fe2042883341ca62182.tar.gz guix-ca5fae4f26f2f35412a96fe2042883341ca62182.zip |
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>
-rw-r--r-- | gnu/packages/code.scm | 4 |
1 files 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))) |