guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ucommon: Update to 6.3.4.


From: Andreas Enge
Subject: 01/01: gnu: ucommon: Update to 6.3.4.
Date: Mon, 22 Jun 2015 10:41:17 +0000

andreas pushed a commit to branch master
in repository guix.

commit 8c2dbe3f9d01e51666da1f4108114706780a1f21
Author: Andreas Enge <address@hidden>
Date:   Mon Jun 22 12:40:53 2015 +0200

    gnu: ucommon: Update to 6.3.4.
    
    * gnu/packages/telephony.scm (ucommon): Update to 6.3.4.
---
 gnu/packages/telephony.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 61bd1d3..152b158 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -59,13 +59,13 @@ reimplementation.")
 (define-public ucommon
   (package
    (name "ucommon")
-   (version "6.3.1")
+   (version "6.3.4")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/commoncpp/" name "-"
                    version ".tar.gz"))
             (sha256 (base32
-                     "1marbwbqnllhm9nh22lvyfjy802pgy1wx7j7kkpkasbm9r0sb6mm"))))
+                     "01rgmpn526zar8pvaqg5dw2pnfckga5mz4x37d840ir3n45wqfpx"))))
    (build-system gnu-build-system)
    (synopsis "Common C++ framework for threaded applications")
    (description "GNU uCommon C++ is meant as a very light-weight C++ library



reply via email to

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