gnu: bear: Update to 3.1.4.
* gnu/packages/build-tools.scm (bear): Update to 3.1.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
e058231acf
commit
4afee5a3eb
@ -118,7 +118,7 @@ makes a few sacrifices to acquire fast full and incremental build times.")
|
|||||||
(define-public bear
|
(define-public bear
|
||||||
(package
|
(package
|
||||||
(name "bear")
|
(name "bear")
|
||||||
(version "3.1.3")
|
(version "3.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -127,7 +127,7 @@ makes a few sacrifices to acquire fast full and incremental build times.")
|
|||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0z8jzvxmzna7320w3hvmzb1qsv91g9npc5z5j28ncwnn0b74yxnn"))))
|
(base32 "1x99d2cycgxay62cz2ypjjkmjgrbdvz5d3pg4fyv0gnq2srnlcnm"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
Loading…
Reference in New Issue
Block a user