diff options
author | fanquake <fanquake@gmail.com> | 2023-08-28 17:05:07 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-09-05 23:34:52 -0400 |
commit | a7abe49723df4e80375a21c54a018df8a8099437 (patch) | |
tree | 6645b27d168c04227f228470b3bf1cf3fdf1fd52 /gnu/packages | |
parent | 354d8cc92214faae1b293db6890971559ad9c360 (diff) |
gnu: bear: Update to 3.1.3.
* gnu/packages/build-tools.scm (bear): Update to 3.1.3.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages')
-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 c4cb7c2ff7..9e6ed6eec6 100644 --- a/gnu/packages/build-tools.scm +++ b/gnu/packages/build-tools.scm @@ -118,7 +118,7 @@ makes a few sacrifices to acquire fast full and incremental build times.") (define-public bear (package (name "bear") - (version "3.1.2") + (version "3.1.3") (source (origin (method git-fetch) @@ -127,7 +127,7 @@ makes a few sacrifices to acquire fast full and incremental build times.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1iq0ciw3x2awpli4k9mhx80c442xbs70y4g6qpwrirbjw15q33n7")))) + (base32 "0z8jzvxmzna7320w3hvmzb1qsv91g9npc5z5j28ncwnn0b74yxnn")))) (build-system cmake-build-system) (arguments `(#:phases (modify-phases %standard-phases |