diff options
Diffstat (limited to 'gnu/packages/build-tools.scm')
-rw-r--r-- | gnu/packages/build-tools.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm index daaf450e70..35b16f0045 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.3") + (version "3.1.4") (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 "0z8jzvxmzna7320w3hvmzb1qsv91g9npc5z5j28ncwnn0b74yxnn")))) + (base32 "1x99d2cycgxay62cz2ypjjkmjgrbdvz5d3pg4fyv0gnq2srnlcnm")))) (build-system cmake-build-system) (arguments `(#:phases (modify-phases %standard-phases @@ -374,7 +374,7 @@ resembles Python.") ninja python-colorama python-cython - python-pyproject-metadata-0.7 + python-pyproject-metadata python-tomli python-typing-extensions python-wheel)) |