guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: ucommon: Update to 7.0.0.


From: Efraim Flashner
Subject: 01/04: gnu: ucommon: Update to 7.0.0.
Date: Tue, 22 Dec 2015 21:40:53 +0000

efraim pushed a commit to branch master
in repository guix.

commit 99e6f9c828a22ef6c3c994926f3be8e948080f76
Author: Efraim Flashner <address@hidden>
Date:   Tue Dec 22 22:39:48 2015 +0200

    gnu: ucommon: Update to 7.0.0.
    
    * gnu/packages/telephony.scm (ucommon): Update to 7.0.0.
    [inputs]: Add gnutls.
---
 gnu/packages/telephony.scm |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 5c61604..0bc0b0f 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -24,6 +24,7 @@
   #:use-module (gnu packages gnupg)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages tls)
   #:use-module (guix licenses)
   #:use-module (guix packages)
   #:use-module (guix download)
@@ -60,14 +61,15 @@ reimplementation.")
 (define-public ucommon
   (package
    (name "ucommon")
-   (version "6.6.2")
+   (version "7.0.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/commoncpp/" name "-"
                    version ".tar.gz"))
             (sha256 (base32
-                     "16haqzq97axiyhgpca95rhr5y5s7fl8b65if5vil7v4lcqxp3hqn"))))
+                     "1mv080rvrhyxyhgqiqr8r9jdqhg3xhfawjvfj5zgj47h59nggjba"))))
    (build-system gnu-build-system)
+   (inputs `(("gnutls" ,gnutls)))
    (synopsis "Common C++ framework for threaded applications")
    (description "GNU uCommon C++ is meant as a very light-weight C++ library
 to facilitate using C++ design patterns even for very deeply embedded



reply via email to

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