summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2014-09-27 10:25:22 +0200
committerAndreas Enge <andreas@enge.fr>2014-09-27 10:25:22 +0200
commitdd0b0e681bfbaf6658cf2c91ca178e8aec072f83 (patch)
treed137d38b61af4bccfa58972662ac79f7b886694a /gnu
parent05681d7388d37cb527a44c8d100d18295a5ce7b3 (diff)
downloadguix-dd0b0e681bfbaf6658cf2c91ca178e8aec072f83.tar.gz
gnu: ucommon: Update to 6.1.11.
* gnu/packages/telephony.scm (ucommon): Update to 6.1.11.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/telephony.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index b127d70976..c4d75045cc 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.10")
+   (version "6.1.11")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/commoncpp/" name "-"
                    version ".tar.gz"))
             (sha256 (base32
-                     "14myyz4vdq1hzp39k835lk1c9pr4pkhzapsxv50qnh9w3v9mx8fp"))))
+                     "0hpwxiyd7c3qnzksk6vw94cdig1v8yy6khgcaa87a7hb3zbkv4zg"))))
    (build-system gnu-build-system)
    (synopsis "(u)Common C++ framework for threaded applications")
    (description "GNU Common C++ is an portable, optimized class framework for