guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: bear: Update to 2.4.4.


From: guix-commits
Subject: 01/05: gnu: bear: Update to 2.4.4.
Date: Sun, 13 Sep 2020 18:27:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 33061f7bf1fb3c163036ac6422af95f88be5c807
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 13 23:43:08 2020 +0200

    gnu: bear: Update to 2.4.4.
    
    * gnu/packages/build-tools.scm (bear): Update to 2.4.4.
---
 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 32e8f4c..5bbe70e 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -89,7 +89,7 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
 (define-public bear
   (package
     (name "bear")
-    (version "2.4.3")
+    (version "2.4.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -98,7 +98,7 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "19fk4flfykbzhb89ppmzqf0zlrkbjm6ajl9fsayndj9km5ys0041"))))
+                "184dqjcpxiwcfziyi67zzran2c4fal1r3j8nhjdjadcmfxf4389d"))))
     (build-system cmake-build-system)
     (inputs
      `(("python" ,python-wrapper)))



reply via email to

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