guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: bear: Update to 3.1.4.


From: guix-commits
Subject: 02/09: gnu: bear: Update to 3.1.4.
Date: Sat, 15 Jun 2024 12:19:39 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 4afee5a3eb9480ad6868bc317b4df75791acc0c1
Author: fanquake <fanquake@gmail.com>
AuthorDate: Fri Jun 14 13:47:26 2024 +0100

    gnu: bear: Update to 3.1.4.
    
    * gnu/packages/build-tools.scm (bear): Update to 3.1.4.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 b552b0d927..35b16f0045 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -118,7 +118,7 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
 (define-public bear
   (package
     (name "bear")
-    (version "3.1.3")
+    (version "3.1.4")
     (source
      (origin
        (method git-fetch)
@@ -127,7 +127,7 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0z8jzvxmzna7320w3hvmzb1qsv91g9npc5z5j28ncwnn0b74yxnn"))))
+        (base32 "1x99d2cycgxay62cz2ypjjkmjgrbdvz5d3pg4fyv0gnq2srnlcnm"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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