mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: log4cpp: Update to 1.1.3.
* gnu/packages/logging.scm (log4cpp): Update to 1.1.3.
This commit is contained in:
parent
d08be77afc
commit
bc6ca5237a
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at>
|
||||
;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org>
|
||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -37,7 +38,7 @@ (define-module (gnu packages logging)
|
|||
(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 @@ (define-public log4cpp
|
|||
"/log4cpp-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1l5yz5rfzzv6g3ynrj14mxfsk08cp5h1ssr7d74hjs0accrg7arm"))))
|
||||
"07gmr3jyaf2239n9sp6h7hwdz1pv7b7aka8n06gmr2fnlmaymfrc"))))
|
||||
(build-system gnu-build-system)
|
||||
(synopsis "Log library for C++")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue