guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: bear: Update to 2.4.2.


From: guix-commits
Subject: 01/03: gnu: bear: Update to 2.4.2.
Date: Fri, 22 Nov 2019 16:57:52 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4c7ca5d299cb9c900e8c3b4a2d289a6e11075ff9
Author: Brett Gilio <address@hidden>
Date:   Fri Nov 22 15:15:07 2019 -0600

    gnu: bear: Update to 2.4.2.
    
    * gnu/packages/build-tools.scm (bear): Update to 2.4.2.
    
    Signed-off-by: Tobias Geerinckx-Rice <address@hidden>
---
 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 5c11266..a82b867 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)))



reply via email to

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