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


From: Andreas Enge
Subject: 01/01: gnu: ucommon: Update to 6.2.3.
Date: Mon, 01 Dec 2014 20:46:57 +0000

andreas pushed a commit to branch master
in repository guix.

commit 4f7181b5df6ec47257e6753779a1fb7542ea7dc2
Author: Andreas Enge <address@hidden>
Date:   Mon Dec 1 21:46:32 2014 +0100

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