diff options
author | Andreas Enge <andreas@enge.fr> | 2015-09-26 21:36:26 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-09-26 22:03:06 +0200 |
commit | 19c34308d67fd620a82b3eaa7f7c1a6fd0d19eb0 (patch) | |
tree | 44f9728551cae825d6b519e392ed0f83b6c20098 /gnu | |
parent | b32eabe4bf09ee1e3941d88c0d243642ac449073 (diff) | |
download | patches-19c34308d67fd620a82b3eaa7f7c1a6fd0d19eb0.tar patches-19c34308d67fd620a82b3eaa7f7c1a6fd0d19eb0.tar.gz |
gnu: sipwitch: Update to 1.9.10.
* gnu/packages/telephony.scm (sipwitch): Update to 1.9.10.
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 276c6e9ea1..6f90843a18 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.9") + (version "1.9.10") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/sipwitch/sipwitch-" version ".tar.gz")) (sha256 (base32 - "0jgx169wrzzk2nbnib6vpr08k9g1zvj6blqyj3xyq52mzi9l11l3")))) + "1ljvg66v1ms3zc81mbg4x5k0pjb2flx35h70msfiajidlcna5xhz")))) (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" |