nckx pushed a commit to branch master
in repository guix.
commit da567fc8bcd0fd5e3e928eb0c05e39c87ce6f380
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Mon Feb 17 22:37:45 2020 +0100
gnu: bear: Update to 2.4.3.
* gnu/packages/build-tools.scm (bear): Update to 2.4.3.
---
gnu/packages/build-tools.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 342f5f5..63dc72e 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017, 2018 Ricardo Wurmus <[email protected]>
;;; Copyright © 2017 Corentin Bocquillon <[email protected]>
-;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2018 Fis Trivial <[email protected]>
;;; Copyright © 2018 Tomáš Čech <[email protected]>
;;; Copyright © 2018 Marius Bakke <[email protected]>
@@ -80,7 +80,7 @@ makes a few sacrifices to acquire fast full and incremental
build times.")
(define-public bear
(package
(name "bear")
- (version "2.4.2")
+ (version "2.4.3")
(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
- "1w1kyjzvvy5lj16kn3yyf7iil2cqlfkszi8kvagql7f5h5l6w9b1"))))
+ "19fk4flfykbzhb89ppmzqf0zlrkbjm6ajl9fsayndj9km5ys0041"))))
(build-system cmake-build-system)
(inputs
`(("python" ,python-wrapper)))