summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2015-06-23 00:19:25 +0200
committerAndreas Enge <andreas@enge.fr>2015-06-23 00:19:25 +0200
commit22ad39187c0a420054a2e642f4d7a9cb283ea1c3 (patch)
tree31174bb8a6e994393cb8089992b758c8d8776e2a /gnu/packages
parent89223417fd82ff9f90a819e616da926485360f39 (diff)
downloadguix-22ad39187c0a420054a2e642f4d7a9cb283ea1c3.tar.gz
gnu: sipwitch: Update to 1.9.8.
* gnu/packages/telephony.scm (sipwitch): Update to 1.9.8.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/telephony.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 152b158ed6..8f3d5974d4 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -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"