guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#38327] [PATCH] gnu: bear: Update to 2.4.2.


From: Brett Gilio
Subject: [bug#38327] [PATCH] gnu: bear: Update to 2.4.2.
Date: Fri, 22 Nov 2019 15:15:07 -0600

>From 138982b7cace9a4f7f7e1336c2b1907c2b9b11a0 Mon Sep 17 00:00:00 2001
From: Brett Gilio <address@hidden>
Date: Fri, 22 Nov 2019 15:13:32 -0600
Subject: [PATCH] gnu: bear: Update to 2.4.2.

* gnu/packages/build-tools.scm (bear): Update to 2.4.2.
---
 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 5c11266c89..a82b867282 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -80,7 +80,7 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
 (define-public bear
   (package
     (name "bear")
-    (version "2.3.13")
+    (version "2.4.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -89,7 +89,7 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0imvvs22gyr1v6ydgp5yn2nq8fb8llmz0ra1m733ikjaczl3jm7z"))))
+                "1w1kyjzvvy5lj16kn3yyf7iil2cqlfkszi8kvagql7f5h5l6w9b1"))))
     (build-system cmake-build-system)
     (inputs
      `(("python" ,python-wrapper)))
-- 
2.24.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]