GNU bug report logs - #71551
[PATCH] gnu: bear: Update to 3.1.4.

Previous Next

Package: guix-patches;

Reported by: Michael Ford <fanquake <at> gmail.com>

Date: Fri, 14 Jun 2024 12:52:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Michael Ford <fanquake <at> gmail.com>
Subject: bug#71551: closed (Re: [bug#71551] [PATCH] gnu: bear: Update to
 3.1.4.)
Date: Sat, 15 Jun 2024 16:58:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#71551: [PATCH] gnu: bear: Update to 3.1.4.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 71551 <at> debbugs.gnu.org.

-- 
71551: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71551
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Michael Ford <fanquake <at> gmail.com>
Cc: 71551-done <at> debbugs.gnu.org
Subject: Re: [bug#71551] [PATCH] gnu: bear: Update to 3.1.4.
Date: Sat, 15 Jun 2024 17:56:41 +0100
[Message part 3 (text/plain, inline)]
Michael Ford <fanquake <at> gmail.com> writes:

> From 462ec03d039344700d561479274fd2b67d2589d0 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake <at> gmail.com>
> Date: Fri, 14 Jun 2024 13:47:26 +0100
> Subject: [PATCH] gnu: bear: Update to 3.1.4.
>
> * gnu/packages/build-tools.scm (bear): Update to 3.1.4.
> ---
>  gnu/packages/build-tools.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
4afee5a3eb9480ad6868bc317b4df75791acc0c1.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Michael Ford <fanquake <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: bear: Update to 3.1.4.
Date: Fri, 14 Jun 2024 13:50:47 +0100
From 462ec03d039344700d561479274fd2b67d2589d0 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Fri, 14 Jun 2024 13:47:26 +0100
Subject: [PATCH] gnu: bear: Update to 3.1.4.

* gnu/packages/build-tools.scm (bear): Update to 3.1.4.
---
 gnu/packages/build-tools.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index b552b0d927..35b16f0045 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -118,7 +118,7 @@ (define-public bam
 (define-public bear
   (package
     (name "bear")
-    (version "3.1.3")
+    (version "3.1.4")
     (source
      (origin
        (method git-fetch)
@@ -127,7 +127,7 @@ (define-public bear
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0z8jzvxmzna7320w3hvmzb1qsv91g9npc5z5j28ncwnn0b74yxnn"))))
+        (base32 "1x99d2cycgxay62cz2ypjjkmjgrbdvz5d3pg4fyv0gnq2srnlcnm"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
-- 
2.45.2



This bug report was last modified 342 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.