guix_mirror_bot pushed a commit to branch master
in repository guix.

commit cb81b1889f3ee094e23ad0d1302d1442f8ba2869
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Sep 29 20:40:53 2025 +0900

    gnu: belle-sip: Update to 5.3.112.
    
    * gnu/packages/linphone.scm (belle-sip): Update to 5.3.112.
    
    Change-Id: I929189b4b3b1294c063654d3698baa35988df268
---
 gnu/packages/linphone.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index 7cd909ce6d..49350998e4 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -480,7 +480,7 @@ including both ARM and x86.")
 (define-public belle-sip
   (package
     (name "belle-sip")
-    (version "5.3.57")
+    (version "5.3.112")
     (source
      (origin
        (method git-fetch)
@@ -489,7 +489,7 @@ including both ARM and x86.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jmvf1s54ppc0qfi2wl6whk7s3lghpzzp6597nblncjsr2i6ha6c"))))
+        (base32 "198pa42abby9hyznckl7h1pmh31nhia6nd6sjfqs61zsrzf8flxn"))))
     (build-system cmake-build-system)
     (outputs '("out" "tester"))
     (arguments

Reply via email to