nckx pushed a commit to branch master
in repository guix.
commit 702c0e504ae2bc6c35cd6d6bec9026165da14ca5
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Thu Aug 9 02:48:56 2018 +0200
gnu: bear: Update to 2.3.12.
* gnu/packages/build-tools.scm (bear): Update to 2.3.12.
---
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 ffdb8aa..969a339 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -77,7 +77,7 @@ makes a few sacrifices to acquire fast full and incremental
build times.")
(define-public bear
(package
(name "bear")
- (version "2.3.11")
+ (version "2.3.12")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -86,7 +86,7 @@ makes a few sacrifices to acquire fast full and incremental
build times.")
(file-name (git-file-name name version))
(sha256
(base32
- "0r6ykvclq9ws055ssd8w33dicmk5l9pisv0fpzkks700n8d3z9f3"))))
+ "1zzz2yiiny9pm4h6ayb82xzxc2j5djcpf8va2wagcw92m7w6miqw"))))
(build-system cmake-build-system)
(inputs
`(("python" ,python-wrapper)))