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>
This commit is contained in:
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

View file

@ -794,7 +794,7 @@ (define-public makefile2graph
(define-public uncrustify (define-public uncrustify
(package (package
(name "uncrustify") (name "uncrustify")
(version "0.75.1") (version "0.77.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -803,7 +803,7 @@ (define-public uncrustify
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1mzzzd4alajjdshbjd2a5mddqcpag8yyss72n09mfpialzyf7g60")))) "17x9p5pqgzjchi9xhskp4kq7ag4chmsgbkvwym5m2b9zwm6qykpm"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("python" ,python-wrapper))) `(("python" ,python-wrapper)))