mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: sipwitch: Update to 1.9.10.
* gnu/packages/telephony.scm (sipwitch): Update to 1.9.10.
This commit is contained in:
parent
b32eabe4bf
commit
19c34308d6
1 changed files with 2 additions and 2 deletions
|
@ -145,13 +145,13 @@ (define-public exosip
|
||||||
(define-public sipwitch
|
(define-public sipwitch
|
||||||
(package
|
(package
|
||||||
(name "sipwitch")
|
(name "sipwitch")
|
||||||
(version "1.9.9")
|
(version "1.9.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/sipwitch/sipwitch-"
|
(uri (string-append "mirror://gnu/sipwitch/sipwitch-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"0jgx169wrzzk2nbnib6vpr08k9g1zvj6blqyj3xyq52mzi9l11l3"))))
|
"1ljvg66v1ms3zc81mbg4x5k0pjb2flx35h70msfiajidlcna5xhz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; The configure.ac uses pkg-config but in a kludgy way which breaks when
|
;; 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"
|
;; cross-compiling. Among other issues there the program name "pkg-config"
|
||||||
|
|
Loading…
Reference in a new issue