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:
parent
5ac1a44307
commit
089905267f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue