diff options
| author | Andreas Enge <andreas@enge.fr> | 2015-06-23 00:19:25 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2015-06-23 00:19:25 +0200 |
| commit | 22ad39187c0a420054a2e642f4d7a9cb283ea1c3 (patch) | |
| tree | 31174bb8a6e994393cb8089992b758c8d8776e2a /gnu | |
| parent | 89223417fd82ff9f90a819e616da926485360f39 (diff) | |
gnu: sipwitch: Update to 1.9.8.
* gnu/packages/telephony.scm (sipwitch): Update to 1.9.8.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/telephony.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index 152b158ed6d..8f3d5974d46 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm | |||
| @@ -145,13 +145,13 @@ multiplayer games.") | |||
| 145 | (define-public sipwitch | 145 | (define-public sipwitch |
| 146 | (package | 146 | (package |
| 147 | (name "sipwitch") | 147 | (name "sipwitch") |
| 148 | (version "1.9.7") | 148 | (version "1.9.8") |
| 149 | (source (origin | 149 | (source (origin |
| 150 | (method url-fetch) | 150 | (method url-fetch) |
| 151 | (uri (string-append "mirror://gnu/sipwitch/sipwitch-" | 151 | (uri (string-append "mirror://gnu/sipwitch/sipwitch-" |
| 152 | version ".tar.gz")) | 152 | version ".tar.gz")) |
| 153 | (sha256 (base32 | 153 | (sha256 (base32 |
| 154 | "07a069cx35pndl96c9v3vsyjcmrrr97xnv37k74m21q31isc458c")))) | 154 | "0117c5iid1vrwl7sl3pys2jlinpmx2vfp8wcdwk93m7cc6k9793b")))) |
| 155 | (build-system gnu-build-system) | 155 | (build-system gnu-build-system) |
| 156 | ;; The configure.ac uses pkg-config but in a kludgy way which breaks when | 156 | ;; The configure.ac uses pkg-config but in a kludgy way which breaks when |
| 157 | ;; cross-compiling. Among other issues there the program name "pkg-config" | 157 | ;; cross-compiling. Among other issues there the program name "pkg-config" |
