gnu: bear: Update to 2.4.2.

* gnu/packages/build-tools.scm (bear): Update to 2.4.2.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Brett Gilio 2019-11-22 15:15:07 -06:00 committed by Tobias Geerinckx-Rice
parent 99b106022c
commit 4c7ca5d299
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -80,7 +80,7 @@ (define-public bam
(define-public bear
(package
(name "bear")
(version "2.3.13")
(version "2.4.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -89,7 +89,7 @@ (define-public bear
(file-name (git-file-name name version))
(sha256
(base32
"0imvvs22gyr1v6ydgp5yn2nq8fb8llmz0ra1m733ikjaczl3jm7z"))))
"1w1kyjzvvy5lj16kn3yyf7iil2cqlfkszi8kvagql7f5h5l6w9b1"))))
(build-system cmake-build-system)
(inputs
`(("python" ,python-wrapper)))