mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: sipwitch: Update to 1.9.9.
* gnu/packages/telephony.scm (sipwitch): Update to 1.9.9.
This commit is contained in:
parent
619a660f6e
commit
c769a1638b
1 changed files with 2 additions and 2 deletions
|
@ -145,13 +145,13 @@ (define-public exosip
|
|||
(define-public sipwitch
|
||||
(package
|
||||
(name "sipwitch")
|
||||
(version "1.9.8")
|
||||
(version "1.9.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/sipwitch/sipwitch-"
|
||||
version ".tar.gz"))
|
||||
(sha256 (base32
|
||||
"0117c5iid1vrwl7sl3pys2jlinpmx2vfp8wcdwk93m7cc6k9793b"))))
|
||||
"0jgx169wrzzk2nbnib6vpr08k9g1zvj6blqyj3xyq52mzi9l11l3"))))
|
||||
(build-system gnu-build-system)
|
||||
;; 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"
|
||||
|
|
Loading…
Reference in a new issue