From 33061f7bf1fb3c163036ac6422af95f88be5c807 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 13 Sep 2020 23:43:08 +0200 Subject: 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 32e8f4cc82..5bbe70eaa1 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))) -- cgit v1.2.3 50c77240d691a69877e6d4a2d82d8'>refslogtreecommitdiff
path: root/gnu/services/guix.scm
AgeCommit message (Expand)Author
2023-02-03services: nar-herder: Add cached compression support....Christopher Baines
2022-12-12services: guix-build-coordinator: Fix service startup....Christopher Baines
2022-11-20services: guix-build-coordinator: Remove duplicate log timestamp....Christopher Baines
2022-10-11services: guix: Include max-allocated-builds gbc agent option....Christopher Baines
2022-07-15gnu: tests: Fix guix-data-service test....Timotej Lazar
2022-07-03services: guix-build-coordinator: Fix passing parallel-hooks....Christopher Baines
2022-07-01services: guix: Support guix-build-coordinator parallel hooks....Christopher Baines
2022-06-05services: guix-data-service: Increase timeout for service start....Timotej Lazar
2022-05-25gnu: guix-build-coordinator: Update to 0-53.3de63f1....Christopher Baines
2022-04-22services: nar-herder: Allow specifying the log level....Christopher Baines
2022-02-04services: nar-herder: Support ttl and negative-ttl options....Christopher Baines
2022-01-31services: guix: Add nar-herder-service-type....Christopher Baines
2022-01-02services: guix-build-coordinator: Fix variable name in agent config....Christopher Baines
2022-01-02gnu: Add guix-build-coordinator/agent-only....Christopher Baines
2021-05-02services: guix-build-coordinator: Fix queue builds state directory....Christopher Baines