~ruther/guix-local

ca5fae4f26f2f35412a96fe2042883341ca62182 — Zheng Junjie 2 years ago 258729b
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/code.scm
M gnu/packages/code.scm => gnu/packages/code.scm +2 -2
@@ 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)))