gnu: sipwitch: Update to 1.9.7.

* gnu/packages/telephony.scm (sipwitch): Update to 1.9.7.
This commit is contained in:
Andreas Enge 2015-04-18 20:20:57 +02:00
parent 24ba72402b
commit 936e86bdae
1 changed files with 2 additions and 2 deletions

View File

@ -145,13 +145,13 @@ multiplayer games.")
(define-public sipwitch (define-public sipwitch
(package (package
(name "sipwitch") (name "sipwitch")
(version "1.9.6") (version "1.9.7")
(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
"04kfzcg12zn47y70gc5w5yi6jwgj1z2xyma2ljzz48lg1236qiqq")))) "07a069cx35pndl96c9v3vsyjcmrrr97xnv37k74m21q31isc458c"))))
(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"