guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: sipwitch: Update to 1.9.6.


From: Andreas Enge
Subject: 01/01: gnu: sipwitch: Update to 1.9.6.
Date: Mon, 02 Feb 2015 22:34:07 +0000

andreas pushed a commit to branch master
in repository guix.

commit 63af948fc45984e8e05466c3d66a21dfabb82729
Author: Andreas Enge <address@hidden>
Date:   Mon Feb 2 23:14:29 2015 +0100

    gnu: sipwitch: Update to 1.9.6.
    
    * gnu/packages/telephony.scm (sipwitch): Update to 1.9.6.
---
 gnu/packages/telephony.scm |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index ba41c28..b9e38c3 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright 2014 John Darrington <address@hidden>
+;;; Copyright © 2014 John Darrington <address@hidden>
+;;; Copyright © 2015 Andreas Enge <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -142,13 +143,13 @@ multiplayer games.")
 (define-public sipwitch
   (package
    (name "sipwitch")
-   (version "1.9.3")
+   (version "1.9.6")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/sipwitch/sipwitch-"
                    version ".tar.gz"))
             (sha256 (base32
-                     "1iyh390rmxqrks7rypl8ql7fhd3pmy2ckqnp1p0llzrx67jh2q91"))))
+                     "04kfzcg12zn47y70gc5w5yi6jwgj1z2xyma2ljzz48lg1236qiqq"))))
    (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]