mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ccrtp: Update to 2.1.1.
* gnu/packages/telephony.scm (ccrtp): Update to 2.1.1.
This commit is contained in:
parent
cbbc877134
commit
9b4d1e7321
1 changed files with 2 additions and 2 deletions
|
@ -75,13 +75,13 @@ (define-public ucommon
|
||||||
(define-public ccrtp
|
(define-public ccrtp
|
||||||
(package
|
(package
|
||||||
(name "ccrtp")
|
(name "ccrtp")
|
||||||
(version "2.0.9")
|
(version "2.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/ccrtp/ccrtp-"
|
(uri (string-append "mirror://gnu/ccrtp/ccrtp-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"1prh2niwa4lzvskk12j4ckr7dv141dfh8yjmpkbhbnv4gmpifci0"))))
|
"1p1pk2m7v75rdrh05rizpqcd5p08g3n541rw0kssyfzd805fb90d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("ucommon" ,ucommon)
|
(inputs `(("ucommon" ,ucommon)
|
||||||
("libgcrypt" ,libgcrypt)))
|
("libgcrypt" ,libgcrypt)))
|
||||||
|
|
Loading…
Reference in a new issue