guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: sipwitch: Update to 1.9.9.


From: Andreas Enge
Subject: 02/02: gnu: sipwitch: Update to 1.9.9.
Date: Wed, 12 Aug 2015 16:17:37 +0000

andreas pushed a commit to branch master
in repository guix.

commit c769a1638bf6ab147f5ad4301e8605ed6101f36a
Author: Andreas Enge <address@hidden>
Date:   Wed Aug 12 18:11:29 2015 +0200

    gnu: sipwitch: Update to 1.9.9.
    
    * gnu/packages/telephony.scm (sipwitch): Update to 1.9.9.
---
 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 6ff8a3e..f0d5dff 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.8")
+   (version "1.9.9")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/sipwitch/sipwitch-"
                    version ".tar.gz"))
             (sha256 (base32
-                     "0117c5iid1vrwl7sl3pys2jlinpmx2vfp8wcdwk93m7cc6k9793b"))))
+                     "0jgx169wrzzk2nbnib6vpr08k9g1zvj6blqyj3xyq52mzi9l11l3"))))
    (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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]