[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: uncrustify: Update to 0.80.1.
From: |
guix-commits |
Subject: |
02/03: gnu: uncrustify: Update to 0.80.1. |
Date: |
Sat, 14 Dec 2024 08:23:22 -0500 (EST) |
z572 pushed a commit to branch master
in repository guix.
commit 089905267fceb3f36f13269e9e0944e8ea0a6630
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Nov 28 16:49:35 2024 +0800
gnu: uncrustify: Update to 0.80.1.
* gnu/packages/code.scm (uncrustify): Update to 0.80.1.
Change-Id: I8b074985625aeeca0cf734ffb25e3fd2022e25ba
---
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 2ad1d8616a..4ac0a39eda 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -786,7 +786,7 @@ independent targets.")
(define-public uncrustify
(package
(name "uncrustify")
- (version "0.77.1")
+ (version "0.80.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -795,7 +795,7 @@ independent targets.")
(file-name (git-file-name name version))
(sha256
(base32
- "17x9p5pqgzjchi9xhskp4kq7ag4chmsgbkvwym5m2b9zwm6qykpm"))))
+ "1n7ifr4i35ii5zaia61jdd61virbygc00anhc9iq3p5gzjlfxhsa"))))
(build-system cmake-build-system)
(native-inputs (list python-wrapper))
(arguments