guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ucommon: Update to 6.5.1.


From: Andreas Enge
Subject: 01/02: gnu: ucommon: Update to 6.5.1.
Date: Wed, 12 Aug 2015 16:17:37 +0000

andreas pushed a commit to branch master
in repository guix.

commit 619a660f6e95dd201e5c6d4b8a48d266f3708158
Author: Andreas Enge <address@hidden>
Date:   Wed Aug 12 18:06:54 2015 +0200

    gnu: ucommon: Update to 6.5.1.
    
    * gnu/packages/telephony.scm (ucommon): Update to 6.5.1.
---
 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 871cf6b..6ff8a3e 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.6")
+   (version "6.5.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/commoncpp/" name "-"
                    version ".tar.gz"))
             (sha256 (base32
-                     "1xb0wc71jc8py9cax3k31pivv0b00ndsj3zfmhvwdfw62b3js6bz"))))
+                     "1b08skfi6kwr5m6a6aryi4wq1n9dizss20g8dm01wxapm2lhwf2w"))))
    (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]