me
/
guix
Archived
1
0
Fork 0

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>
master
Zheng Junjie 2023-09-06 18:51:08 +08:00 committed by Ludovic Courtès
parent 258729b928
commit ca5fae4f26
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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)))