diff options
| author | Andreas Enge <andreas@enge.fr> | 2014-11-23 22:08:13 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2014-11-26 14:56:51 +0100 |
| commit | 07ba213a39070f4fb57d7e2257ed6502c87ec2bb (patch) | |
| tree | 8e4306637f7461bc06635a6d2eae115e7873984f /gnu | |
| parent | 67979e42c3983eb59d395905a32bb51ad9a25c24 (diff) | |
gnu: sipwitch: Update to 1.9.3.
* gnu/packages/telephony.scm (sipwitch): Update to 1.9.3.
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 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" |
