all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71551] [PATCH] gnu: bear: Update to 3.1.4.
@ 2024-06-14 12:50 Michael Ford
  2024-06-15 16:56 ` bug#71551: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2024-06-14 12:50 UTC (permalink / raw)
  To: 71551

From 462ec03d039344700d561479274fd2b67d2589d0 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@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




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

* bug#71551: [PATCH] gnu: bear: Update to 3.1.4.
  2024-06-14 12:50 [bug#71551] [PATCH] gnu: bear: Update to 3.1.4 Michael Ford
@ 2024-06-15 16:56 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-06-15 16:56 UTC (permalink / raw)
  To: Michael Ford; +Cc: 71551-done

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

Michael Ford <fanquake@gmail.com> writes:

> From 462ec03d039344700d561479274fd2b67d2589d0 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake@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

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

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

end of thread, other threads:[~2024-06-15 16:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-14 12:50 [bug#71551] [PATCH] gnu: bear: Update to 3.1.4 Michael Ford
2024-06-15 16:56 ` bug#71551: " Christopher Baines

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.