mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: sipwitch: Update to 1.9.14.
* gnu/packages/telephony.scm (sipwitch): Update to 1.9.14.
This commit is contained in:
parent
7e096dd290
commit
3b6f7a0a6d
1 changed files with 2 additions and 2 deletions
|
@ -146,13 +146,13 @@ (define-public exosip
|
||||||
(define-public sipwitch
|
(define-public sipwitch
|
||||||
(package
|
(package
|
||||||
(name "sipwitch")
|
(name "sipwitch")
|
||||||
(version "1.9.10")
|
(version "1.9.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/sipwitch/sipwitch-"
|
(uri (string-append "mirror://gnu/sipwitch/sipwitch-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"1ljvg66v1ms3zc81mbg4x5k0pjb2flx35h70msfiajidlcna5xhz"))))
|
"1mrzl5nakiz613v3ch27k5dj2ykm88dlcr22lqny6dnjyfa9n2ki"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; The configure.ac uses pkg-config but in a kludgy way which breaks when
|
;; The configure.ac uses pkg-config but in a kludgy way which breaks when
|
||||||
;; cross-compiling. Among other issues there the program name "pkg-config"
|
;; cross-compiling. Among other issues there the program name "pkg-config"
|
||||||
|
|
Loading…
Reference in a new issue