[PATCH] gnu: uncrustify: Update to 0.75.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Marius Bakke
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 3 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20220828000404.18608-1-mike@rohleder.de
* gnu/packages/code.scm (uncrustify): Update to 0.75.1.
---
gnu/packages/code.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index f4855e12e9..cc0abedd35 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -16,6 +16,7 @@
;;; Copyright © 2020 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2021 lu hui <luhuins@163.com>
;;; Copyright © 2021, 2022 Foo Chuan Wei <chuanwei.foo@hotmail.com>
+;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -744,7 +745,7 @@ (define-public makefile2graph
(define-public uncrustify
(package
(name "uncrustify")
- (version "0.74.0")
+ (version "0.75.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -753,7 +754,7 @@ (define-public uncrustify
(file-name (git-file-name name version))
(sha256
(base32
- "0v48vhmzxjzysbf0vhxzayl2pkassvbabvwg84xd6b8n5i74ijxd"))))
+ "1mzzzd4alajjdshbjd2a5mddqcpag8yyss72n09mfpialzyf7g60"))))
(build-system cmake-build-system)
(native-inputs
`(("python" ,python-wrapper)))
--
2.37.2
Marius Bakke wrote 3 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)
874jxvdonz.fsf@gnu.org
Michael Rohleder <mike@rohleder.de> skriver:

Toggle quote (2 lines)
> * gnu/packages/code.scm (uncrustify): Update to 0.75.1.

Applied, thanks!
-----BEGIN PGP SIGNATURE-----

iIUEARYKAC0WIQRNTknu3zbaMQ2ddzTocYulkRQQdwUCYwzi4A8cbWFyaXVzQGdu
dS5vcmcACgkQ6HGLpZEUEHcH+gD/eqYdiuvU3TYTk5Q6nGD3zhCoR9ieI9L7/CkQ
8PM/8CMBAO8rkFjBlVefw0FngDBnzI4KciA/f+4R1FmEQIeDx4oF
=nv/A
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 57455@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 57455
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help