guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: ucommon: Update to 6.6.0.


From: Andreas Enge
Subject: 02/06: gnu: ucommon: Update to 6.6.0.
Date: Sat, 26 Sep 2015 20:03:18 +0000

andreas pushed a commit to branch master
in repository guix.

commit b32eabe4bf09ee1e3941d88c0d243642ac449073
Author: Andreas Enge <address@hidden>
Date:   Sat Sep 26 21:34:59 2015 +0200

    gnu: ucommon: Update to 6.6.0.
    
    * gnu/packages/telephony.scm (ucommon): Update to 6.6.0.
---
 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 f0d5dff..276c6e9 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -59,13 +59,13 @@ reimplementation.")
 (define-public ucommon
   (package
    (name "ucommon")
-   (version "6.5.1")
+   (version "6.6.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/commoncpp/" name "-"
                    version ".tar.gz"))
             (sha256 (base32
-                     "1b08skfi6kwr5m6a6aryi4wq1n9dizss20g8dm01wxapm2lhwf2w"))))
+                     "09y6rs51wl2851xp5zlxlqqb97xfi39v0yna3njb62swwr1n1ky1"))))
    (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]