guix-commits
[Top][All Lists]
Advanced

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

24/32: gnu: bear: Update to 3.0.19.


From: guix-commits
Subject: 24/32: gnu: bear: Update to 3.0.19.
Date: Mon, 2 May 2022 09:16:12 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8ffd8fc64e2fde3288917e390ad541c03b9cae72
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Apr 21 19:03:09 2022 +0000

    gnu: bear: Update to 3.0.19.
    
    * gnu/packages/build-tools.scm (bear): Update to 3.0.19.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 437b0d3550..1134b8eb3c 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -102,7 +102,7 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
 (define-public bear
   (package
     (name "bear")
-    (version "3.0.17")
+    (version "3.0.19")
     (source
      (origin
        (method git-fetch)
@@ -111,7 +111,7 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0klbk99qphibrp2944w8gn6x1dwwgrbm7f2bh530wjp5h3bpkr45"))))
+        (base32 "05jbcx5m923dg27j3i442hc73hdci5n7vp7a671x1w7bdivgqg96"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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