guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: log4cpp: Update to 1.1.3.


From: Tobias Geerinckx-Rice
Subject: 05/05: gnu: log4cpp: Update to 1.1.3.
Date: Fri, 5 Jan 2018 08:47:53 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit bc6ca5237a6fed32462c1404f215a3589a84eb54
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jan 5 13:03:14 2018 +0000

    gnu: log4cpp: Update to 1.1.3.
    
    * gnu/packages/logging.scm (log4cpp): Update to 1.1.3.
---
 gnu/packages/logging.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
index 713435c..27557e1 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2016, 2017 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2017 Stefan Reichör <address@hidden>
 ;;; Copyright © 2017 Eric Bavier <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -37,7 +38,7 @@
 (define-public log4cpp
   (package
     (name "log4cpp")
-    (version "1.1.1")
+    (version "1.1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/log4cpp/log4cpp-"
@@ -46,7 +47,7 @@
                                   "/log4cpp-" version ".tar.gz"))
               (sha256
                (base32
-                "1l5yz5rfzzv6g3ynrj14mxfsk08cp5h1ssr7d74hjs0accrg7arm"))))
+                "07gmr3jyaf2239n9sp6h7hwdz1pv7b7aka8n06gmr2fnlmaymfrc"))))
     (build-system gnu-build-system)
     (synopsis "Log library for C++")
     (description



reply via email to

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