mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: ucommon: Update to 6.3.4.
* gnu/packages/telephony.scm (ucommon): Update to 6.3.4.
This commit is contained in:
parent
0805f336ad
commit
8c2dbe3f9d
1 changed files with 2 additions and 2 deletions
|
@ -59,13 +59,13 @@ reimplementation.")
|
|||
(define-public ucommon
|
||||
(package
|
||||
(name "ucommon")
|
||||
(version "6.3.1")
|
||||
(version "6.3.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/commoncpp/" name "-"
|
||||
version ".tar.gz"))
|
||||
(sha256 (base32
|
||||
"1marbwbqnllhm9nh22lvyfjy802pgy1wx7j7kkpkasbm9r0sb6mm"))))
|
||||
"01rgmpn526zar8pvaqg5dw2pnfckga5mz4x37d840ir3n45wqfpx"))))
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue