[PATCH] gnu: bear: Update to 3.1.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Ford
  • Ludovic Courtès
Owner
unassigned
Submitted by
Michael Ford
Severity
normal
M
M
Michael Ford wrote on 28 Aug 2023 18:06
(address . guix-patches@gnu.org)
CAFyhPjUuZ-2mUCAincLBBhgE-Vtn8QhSRyCZtiK0UsZ92Hd+zA@mail.gmail.com
From 9f432d3705d05ab47fdbafe46416fac6040b6130 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Mon, 28 Aug 2023 17:05:07 +0100
Subject: [PATCH] gnu: bear: Update to 3.1.3.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index c4cb7c2ff7..9e6ed6eec6 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.2")
+ (version "3.1.3")
(source
(origin
(method git-fetch)
@@ -127,7 +127,7 @@ (define-public bear
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1iq0ciw3x2awpli4k9mhx80c442xbs70y4g6qpwrirbjw15q33n7"))))
+ (base32 "0z8jzvxmzna7320w3hvmzb1qsv91g9npc5z5j28ncwnn0b74yxnn"))))
(build-system cmake-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
--
2.42.0
Attachment: file
L
L
Ludovic Courtès wrote on 14 Sep 2023 16:18
control message for bug #65584
(address . control@debbugs.gnu.org)
871qf0bzyi.fsf@gnu.org
close 65584
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65584@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65584
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch