unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57455] [PATCH] gnu: uncrustify: Update to 0.75.1.
@ 2022-08-28  0:04 Michael Rohleder
  2022-08-29 16:01 ` bug#57455: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-08-28  0:04 UTC (permalink / raw)
  To: 57455; +Cc: Michael Rohleder

* gnu/packages/code.scm (uncrustify): Update to 0.75.1.
---
 gnu/packages/code.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57455: [PATCH] gnu: uncrustify: Update to 0.75.1.
  2022-08-28  0:04 [bug#57455] [PATCH] gnu: uncrustify: Update to 0.75.1 Michael Rohleder
@ 2022-08-29 16:01 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2022-08-29 16:01 UTC (permalink / raw)
  To: Michael Rohleder, 57455-done; +Cc: Michael Rohleder

[-- Attachment #1: Type: text/plain, Size: 122 bytes --]

Michael Rohleder <mike@rohleder.de> skriver:

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

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-29 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-28  0:04 [bug#57455] [PATCH] gnu: uncrustify: Update to 0.75.1 Michael Rohleder
2022-08-29 16:01 ` bug#57455: " Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).