gnu: pjproject: Update to 2.11.1.
* gnu/packages/telephony.scm (pjproject): Update to 2.11.1. [tests?]: Remove argument to please guix lint.
This commit is contained in:
parent
f787ccca42
commit
f4920f62bd
1 changed files with 3 additions and 4 deletions
|
@ -742,7 +742,7 @@ your calls and messages.")
|
||||||
(define-public pjproject
|
(define-public pjproject
|
||||||
(package
|
(package
|
||||||
(name "pjproject")
|
(name "pjproject")
|
||||||
(version "2.11")
|
(version "2.11.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -752,7 +752,7 @@ your calls and messages.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kn9g1x1vmh4130ghph8mldz5m89gsjs4vpdzlzm98m3808gk5an"))
|
"04s4bgr2d22ym2ajjk6q507hyqss1p59yp8avyyyf5f8032nbaws"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -766,8 +766,7 @@ your calls and messages.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "debug" "static"))
|
(outputs '("out" "debug" "static"))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #t
|
`(#:test-target "selftest"
|
||||||
#:test-target "selftest"
|
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list "--enable-shared"
|
(list "--enable-shared"
|
||||||
"--with-external-speex"
|
"--with-external-speex"
|
||||||
|
|
Reference in a new issue