all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: 65779@debbugs.gnu.org
Subject: [bug#65779] [PATCH 1/2] gnu: uncrustify: Update to 0.77.1.
Date: Wed,  6 Sep 2023 18:51:08 +0800	[thread overview]
Message-ID: <72cbe7e11fd450933bb09508a6bea8f5e316f0c6.1693997256.git.zhengjunjie@iscas.ac.cn> (raw)
In-Reply-To: <cover.1693997256.git.zhengjunjie@iscas.ac.cn>

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

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 9cdda2b751..1bc6cd541e 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -787,7 +787,7 @@ (define-public makefile2graph
 (define-public uncrustify
   (package
     (name "uncrustify")
-    (version "0.75.1")
+    (version "0.77.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -796,7 +796,7 @@ (define-public uncrustify
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1mzzzd4alajjdshbjd2a5mddqcpag8yyss72n09mfpialzyf7g60"))))
+                "17x9p5pqgzjchi9xhskp4kq7ag4chmsgbkvwym5m2b9zwm6qykpm"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("python" ,python-wrapper)))
-- 
2.41.0





  reply	other threads:[~2023-09-06 10:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-06 10:48 [bug#65779] [PATCH 0/2] uncrustify: Update to 0.77.1 Zheng Junjie
2023-09-06 10:51 ` Zheng Junjie [this message]
2023-09-06 10:51 ` [bug#65779] [PATCH 2/2] gnu: uncrustify: use new style and gexp Zheng Junjie
2023-09-14 20:59 ` bug#65779: [PATCH 0/2] uncrustify: Update to 0.77.1 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=72cbe7e11fd450933bb09508a6bea8f5e316f0c6.1693997256.git.zhengjunjie@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=65779@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.