diff options
author | Andreas Enge <andreas@enge.fr> | 2015-07-23 20:22:09 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-07-23 20:22:09 +0200 |
commit | b4b4c81bbef0896cbd3c0f4d60c9a172bb26d224 (patch) | |
tree | 1b6950f0c4307f26d2e0d6a7b0093eeea6f4fd6c | |
parent | cce11514c7fd9b4f0e0c0c53ed9a624230bdacdf (diff) | |
download | guix-b4b4c81bbef0896cbd3c0f4d60c9a172bb26d224.tar guix-b4b4c81bbef0896cbd3c0f4d60c9a172bb26d224.tar.gz |
gnu: ucommon: Update to 6.3.6.
* gnu/packages/telephony.scm (ucommon): Update to 6.3.6.
-rw-r--r-- | 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 858d7ef7a5..871cf6b406 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -59,13 +59,13 @@ reimplementation.") (define-public ucommon (package (name "ucommon") - (version "6.3.4") + (version "6.3.6") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/commoncpp/" name "-" version ".tar.gz")) (sha256 (base32 - "01rgmpn526zar8pvaqg5dw2pnfckga5mz4x37d840ir3n45wqfpx")))) + "1xb0wc71jc8py9cax3k31pivv0b00ndsj3zfmhvwdfw62b3js6bz")))) (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 |