diff options
author | Brett Gilio <brettg@posteo.net> | 2019-11-22 15:15:07 -0600 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-22 22:46:54 +0100 |
commit | 4c7ca5d299cb9c900e8c3b4a2d289a6e11075ff9 (patch) | |
tree | d913e2e313296fb17119fbde89bbe25742324ee5 /gnu/packages/build-tools.scm | |
parent | 99b106022c8db67ee9bde847e1677e2dd0a39923 (diff) |
gnu: bear: Update to 2.4.2.
* gnu/packages/build-tools.scm (bear): Update to 2.4.2.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu/packages/build-tools.scm')
-rw-r--r-- | gnu/packages/build-tools.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm index 5c11266c89..a82b867282 100644 --- a/gnu/packages/build-tools.scm +++ b/gnu/packages/build-tools.scm @@ -80,7 +80,7 @@ makes a few sacrifices to acquire fast full and incremental build times.") (define-public bear (package (name "bear") - (version "2.3.13") + (version "2.4.2") (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 - "0imvvs22gyr1v6ydgp5yn2nq8fb8llmz0ra1m733ikjaczl3jm7z")))) + "1w1kyjzvvy5lj16kn3yyf7iil2cqlfkszi8kvagql7f5h5l6w9b1")))) (build-system cmake-build-system) (inputs `(("python" ,python-wrapper))) |