gnu: bear: Update to 2.4.2.
authorBrett Gilio <brettg@posteo.net>
Fri, 22 Nov 2019 21:15:07 +0000 (15:15 -0600)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 22 Nov 2019 21:46:54 +0000 (22:46 +0100)
* gnu/packages/build-tools.scm (bear): Update to 2.4.2.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
gnu/packages/build-tools.scm

index 5c11266..a82b867 100644 (file)
@@ -80,7 +80,7 @@ makes a few sacrifices to acquire fast full and incremental build times.")
 (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 @@ makes a few sacrifices to acquire fast full and incremental build times.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0imvvs22gyr1v6ydgp5yn2nq8fb8llmz0ra1m733ikjaczl3jm7z"))))
+                "1w1kyjzvvy5lj16kn3yyf7iil2cqlfkszi8kvagql7f5h5l6w9b1"))))
     (build-system cmake-build-system)
     (inputs
      `(("python" ,python-wrapper)))