[PATCH] gnu: bear: Update to 2.3.13.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
871s43lb0d.fsf@posteo.net
From 2748ddae23cc7ca61e8608f8bf4c691aed8331c5 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Tue, 19 Feb 2019 15:32:11 -0600
Subject: [PATCH] gnu: bear: Update to 2.3.13.

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

Toggle diff (32 lines)
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 628b36fff..970aeabd8 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2018 Tomáš Čech <sleep_walker@gnu.org>
;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
+;;; Copyright © 2019 Brett Gilio <brettg@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -77,7 +78,7 @@ makes a few sacrifices to acquire fast full and incremental build times.")
(define-public bear
(package
(name "bear")
- (version "2.3.12")
+ (version "2.3.13")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -86,7 +87,7 @@ makes a few sacrifices to acquire fast full and incremental build times.")
(file-name (git-file-name name version))
(sha256
(base32
- "1zzz2yiiny9pm4h6ayb82xzxc2j5djcpf8va2wagcw92m7w6miqw"))))
+ "0imvvs22gyr1v6ydgp5yn2nq8fb8llmz0ra1m733ikjaczl3jm7z"))))
(build-system cmake-build-system)
(inputs
`(("python" ,python-wrapper)))
--
2.20.1
Ricardo Wurmus wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34581-done@debbugs.gnu.org)
877edu5fv3.fsf@elephly.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
> From 2748ddae23cc7ca61e8608f8bf4c691aed8331c5 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Tue, 19 Feb 2019 15:32:11 -0600
> Subject: [PATCH] gnu: bear: Update to 2.3.13.
>
> * gnu/packages/build-tools.scm (bear): Update to 2.3.13.

Thanks, pushed to the master branch with commit 306e9592de.

--
Ricardo

PS: going forward could you please remove the extra email headers that
otherwise end up in the commit message? They might disappear when using
“git send-email” directly.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 34581
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help