emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57455: closed ([PATCH] gnu: uncrustify: Update to 0.75.1.)


From: GNU bug Tracking System
Subject: bug#57455: closed ([PATCH] gnu: uncrustify: Update to 0.75.1.)
Date: Mon, 29 Aug 2022 16:02:02 +0000

Your message dated Mon, 29 Aug 2022 18:01:36 +0200
with message-id <874jxvdonz.fsf@gnu.org>
and subject line Re: [bug#57455] [PATCH] gnu: uncrustify: Update to 0.75.1.
has caused the debbugs.gnu.org bug report #57455,
regarding [PATCH] gnu: uncrustify: Update to 0.75.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57455: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57455
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: uncrustify: Update to 0.75.1. Date: Sun, 28 Aug 2022 02:04:04 +0200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#57455] [PATCH] gnu: uncrustify: Update to 0.75.1. Date: Mon, 29 Aug 2022 18:01:36 +0200
Michael Rohleder <mike@rohleder.de> skriver:

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

Applied, thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]