Skip to content
Snippets Groups Projects
Commit e26e134b authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: ucommon: Update to 6.2.2.

* gnu/packages/telephony.scm (ucommon): Update to 6.2.2.
parent 07ba213a
No related branches found
No related tags found
No related merge requests found
...@@ -56,13 +56,13 @@ (define-public commoncpp ...@@ -56,13 +56,13 @@ (define-public commoncpp
(define-public ucommon (define-public ucommon
(package (package
(name "ucommon") (name "ucommon")
(version "6.1.11") (version "6.2.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/commoncpp/" name "-" (uri (string-append "mirror://gnu/commoncpp/" name "-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (base32 (sha256 (base32
"0hpwxiyd7c3qnzksk6vw94cdig1v8yy6khgcaa87a7hb3zbkv4zg")))) "0rpamwnrvy0688b0y2xsbrc3zjw9qg1svfbavqjh54swvhkfzp0x"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(synopsis "Common C++ framework for threaded applications") (synopsis "Common C++ framework for threaded applications")
(description "GNU uCommon C++ is meant as a very light-weight C++ library (description "GNU uCommon C++ is meant as a very light-weight C++ library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment