mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: ucommon: Update to 7.0.0.
* gnu/packages/telephony.scm (ucommon): Update to 7.0.0. [inputs]: Add gnutls.
This commit is contained in:
parent
e54465ff85
commit
99e6f9c828
1 changed files with 4 additions and 2 deletions
|
@ -24,6 +24,7 @@ (define-module (gnu packages telephony)
|
||||||
#:use-module (gnu packages gnupg)
|
#:use-module (gnu packages gnupg)
|
||||||
#:use-module (gnu packages linux)
|
#:use-module (gnu packages linux)
|
||||||
#:use-module (gnu packages pkg-config)
|
#:use-module (gnu packages pkg-config)
|
||||||
|
#:use-module (gnu packages tls)
|
||||||
#:use-module (guix licenses)
|
#:use-module (guix licenses)
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
|
@ -60,14 +61,15 @@ (define-public commoncpp
|
||||||
(define-public ucommon
|
(define-public ucommon
|
||||||
(package
|
(package
|
||||||
(name "ucommon")
|
(name "ucommon")
|
||||||
(version "6.6.2")
|
(version "7.0.0")
|
||||||
(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
|
||||||
"16haqzq97axiyhgpca95rhr5y5s7fl8b65if5vil7v4lcqxp3hqn"))))
|
"1mv080rvrhyxyhgqiqr8r9jdqhg3xhfawjvfj5zgj47h59nggjba"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(inputs `(("gnutls" ,gnutls)))
|
||||||
(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
|
||||||
to facilitate using C++ design patterns even for very deeply embedded
|
to facilitate using C++ design patterns even for very deeply embedded
|
||||||
|
|
Loading…
Reference in a new issue