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:
parent
258729b928
commit
ca5fae4f26
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Reference in a new issue