gnu: sipwitch: Update to 1.9.8.
* gnu/packages/telephony.scm (sipwitch): Update to 1.9.8.
This commit is contained in:
parent
89223417fd
commit
22ad39187c
|
@ -145,13 +145,13 @@ multiplayer games.")
|
|||
(define-public sipwitch
|
||||
(package
|
||||
(name "sipwitch")
|
||||
(version "1.9.7")
|
||||
(version "1.9.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/sipwitch/sipwitch-"
|
||||
version ".tar.gz"))
|
||||
(sha256 (base32
|
||||
"07a069cx35pndl96c9v3vsyjcmrrr97xnv37k74m21q31isc458c"))))
|
||||
"0117c5iid1vrwl7sl3pys2jlinpmx2vfp8wcdwk93m7cc6k9793b"))))
|
||||
(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 New Issue