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.2.2.


From: Andreas Enge
Subject: 01/01: gnu: ucommon: Update to 6.2.2.
Date: Wed, 26 Nov 2014 18:29:03 +0000

andreas pushed a commit to branch master
in repository guix.

commit e26e134b4ab7d4f759e4deea34b80599babbfa63
Author: Andreas Enge <address@hidden>
Date:   Sun Nov 23 22:10:26 2014 +0100

    gnu: ucommon: Update to 6.2.2.
    
    * gnu/packages/telephony.scm (ucommon): Update to 6.2.2.
---
 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 6c5ac10..ef3b97f 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -56,13 +56,13 @@ reimplementation.")
 (define-public ucommon
   (package
    (name "ucommon")
-   (version "6.1.11")
+   (version "6.2.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/commoncpp/" name "-"
                    version ".tar.gz"))
             (sha256 (base32
-                     "0hpwxiyd7c3qnzksk6vw94cdig1v8yy6khgcaa87a7hb3zbkv4zg"))))
+                     "0rpamwnrvy0688b0y2xsbrc3zjw9qg1svfbavqjh54swvhkfzp0x"))))
    (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]