1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +02:00

gnu: uncrustify: Update to 0.80.1.

* gnu/packages/code.scm (uncrustify): Update to 0.80.1.

Change-Id: I8b074985625aeeca0cf734ffb25e3fd2022e25ba
This commit is contained in:
Zheng Junjie 2024-11-28 16:49:35 +08:00
parent 5ac1a44307
commit 089905267f
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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