all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34581] [PATCH] gnu: bear: Update to 2.3.13.
@ 2019-02-19 21:32 Brett Gilio
  2019-02-20 21:06 ` bug#34581: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Brett Gilio @ 2019-02-19 21:32 UTC (permalink / raw)
  To: 34581

[-- Attachment #1: [PATCH] gnu: bear: Update to 2.3.13. --]
[-- Type: text/x-patch, Size: 1588 bytes --]

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(-)

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

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

* bug#34581: [PATCH] gnu: bear: Update to 2.3.13.
  2019-02-19 21:32 [bug#34581] [PATCH] gnu: bear: Update to 2.3.13 Brett Gilio
@ 2019-02-20 21:06 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2019-02-20 21:06 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 34581-done


Brett Gilio <brettg@posteo.net> writes:

> 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.

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

end of thread, other threads:[~2019-02-20 21:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-19 21:32 [bug#34581] [PATCH] gnu: bear: Update to 2.3.13 Brett Gilio
2019-02-20 21:06 ` bug#34581: " Ricardo Wurmus

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.