Skip to content
Snippets Groups Projects
Commit 07ba213a authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: sipwitch: Update to 1.9.3.

* gnu/packages/telephony.scm (sipwitch): Update to 1.9.3.
parent 67979e42
No related branches found
No related tags found
No related merge requests found
...@@ -142,13 +142,13 @@ (define-public exosip ...@@ -142,13 +142,13 @@ (define-public exosip
(define-public sipwitch (define-public sipwitch
(package (package
(name "sipwitch") (name "sipwitch")
(version "1.9.2") (version "1.9.3")
(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
"0cf0zrdfi4w9qn50ags3rvwc29km2k526f6sm6i7jb0hsrvg0k8x")))) "1iyh390rmxqrks7rypl8ql7fhd3pmy2ckqnp1p0llzrx67jh2q91"))))
(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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment