guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: bear: Update to 2.3.13.


From: guix-commits
Subject: 01/01: gnu: bear: Update to 2.3.13.
Date: Wed, 20 Feb 2019 16:03:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 306e9592ded2e82aac0e68bf30913f6de67d9e1a
Author: Brett Gilio <address@hidden>
Date:   Tue Feb 19 15:32:50 2019 -0600

    gnu: bear: Update to 2.3.13.
    
    * gnu/packages/build-tools.scm (bear): Update to 2.3.13.
    
    Signed-off-by: Ricardo Wurmus <address@hidden>
---
 gnu/packages/build-tools.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 628b36f..970aeab 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2018 Tomáš Čech <address@hidden>
 ;;; Copyright © 2018 Marius Bakke <address@hidden>
 ;;; Copyright © 2018 Alex Vong <address@hidden>
+;;; Copyright © 2019 Brett Gilio <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -77,7 +78,7 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
 (define-public bear
   (package
     (name "bear")
-    (version "2.3.12")
+    (version "2.3.13")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -86,7 +87,7 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zzz2yiiny9pm4h6ayb82xzxc2j5djcpf8va2wagcw92m7w6miqw"))))
+                "0imvvs22gyr1v6ydgp5yn2nq8fb8llmz0ra1m733ikjaczl3jm7z"))))
     (build-system cmake-build-system)
     (inputs
      `(("python" ,python-wrapper)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]