summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-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 a5a7902f9cc..6c5ac10e085 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -142,13 +142,13 @@ multiplayer games.")
142(define-public sipwitch 142(define-public sipwitch
143 (package 143 (package
144 (name "sipwitch") 144 (name "sipwitch")
145 (version "1.9.2") 145 (version "1.9.3")
146 (source (origin 146 (source (origin
147 (method url-fetch) 147 (method url-fetch)
148 (uri (string-append "mirror://gnu/sipwitch/sipwitch-" 148 (uri (string-append "mirror://gnu/sipwitch/sipwitch-"
149 version ".tar.gz")) 149 version ".tar.gz"))
150 (sha256 (base32 150 (sha256 (base32
151 "0cf0zrdfi4w9qn50ags3rvwc29km2k526f6sm6i7jb0hsrvg0k8x")))) 151 "1iyh390rmxqrks7rypl8ql7fhd3pmy2ckqnp1p0llzrx67jh2q91"))))
152 (build-system gnu-build-system) 152 (build-system gnu-build-system)
153 ;; The configure.ac uses pkg-config but in a kludgy way which breaks when 153 ;; The configure.ac uses pkg-config but in a kludgy way which breaks when
154 ;; cross-compiling. Among other issues there the program name "pkg-config" 154 ;; cross-compiling. Among other issues there the program name "pkg-config"