diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-13 23:43:08 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-14 00:23:00 +0200 |
commit | 33061f7bf1fb3c163036ac6422af95f88be5c807 (patch) | |
tree | 8ce9650bedfb232288e2949a19913fa072ee46fc /gnu | |
parent | 43514b82e4c1addcc85c3bd149e2c9d78009a8d9 (diff) | |
download | guix-33061f7bf1fb3c163036ac6422af95f88be5c807.tar.gz guix-33061f7bf1fb3c163036ac6422af95f88be5c807.zip |
gnu: bear: Update to 2.4.4.
* gnu/packages/build-tools.scm (bear): Update to 2.4.4.
Diffstat (limited to 'gnu')
-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 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))) |