mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: ucommon: Update to 6.1.11.
* gnu/packages/telephony.scm (ucommon): Update to 6.1.11.
This commit is contained in:
parent
05681d7388
commit
dd0b0e681b
1 changed files with 2 additions and 2 deletions
|
@ -56,13 +56,13 @@ (define-public commoncpp
|
||||||
(define-public ucommon
|
(define-public ucommon
|
||||||
(package
|
(package
|
||||||
(name "ucommon")
|
(name "ucommon")
|
||||||
(version "6.1.10")
|
(version "6.1.11")
|
||||||
(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
|
||||||
"14myyz4vdq1hzp39k835lk1c9pr4pkhzapsxv50qnh9w3v9mx8fp"))))
|
"0hpwxiyd7c3qnzksk6vw94cdig1v8yy6khgcaa87a7hb3zbkv4zg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(synopsis "(u)Common C++ framework for threaded applications")
|
(synopsis "(u)Common C++ framework for threaded applications")
|
||||||
(description "GNU Common C++ is an portable, optimized class framework for
|
(description "GNU Common C++ is an portable, optimized class framework for
|
||||||
|
|
Loading…
Reference in a new issue