diff options
author | Greg Hogan <code@greghogan.com> | 2022-04-21 19:03:09 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-02 15:14:45 +0200 |
commit | 8ffd8fc64e2fde3288917e390ad541c03b9cae72 (patch) | |
tree | ef8329b9ce890b65bbf60ace0d294acb079bdf40 | |
parent | 9bf9da2571733003373689bcedf570d69f3bc897 (diff) | |
download | guix-8ffd8fc64e2fde3288917e390ad541c03b9cae72.tar.gz |
gnu: bear: Update to 3.0.19.
* gnu/packages/build-tools.scm (bear): Update to 3.0.19. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-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 437b0d3550..1134b8eb3c 100644 --- a/gnu/packages/build-tools.scm +++ b/gnu/packages/build-tools.scm @@ -102,7 +102,7 @@ makes a few sacrifices to acquire fast full and incremental build times.") (define-public bear (package (name "bear") - (version "3.0.17") + (version "3.0.19") (source (origin (method git-fetch) @@ -111,7 +111,7 @@ makes a few sacrifices to acquire fast full and incremental build times.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0klbk99qphibrp2944w8gn6x1dwwgrbm7f2bh530wjp5h3bpkr45")))) + (base32 "05jbcx5m923dg27j3i442hc73hdci5n7vp7a671x1w7bdivgqg96")))) (build-system cmake-build-system) (arguments `(#:phases (modify-phases %standard-phases |