guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

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

    gnu: bzrtp: Update to 5.3.112.
    
    * gnu/packages/linphone.scm (bzrtp): Update to 5.3.112.
    
    Change-Id: I5fbf6b3152db4a5dad9bfa9e0c0076387d1d5fa7
---
 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 e90c9b1807..7cd909ce6d 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -450,7 +450,7 @@ implements the RFC 3550 standard.")
 (define-public bzrtp
   (package
     (name "bzrtp")
-    (version "5.3.57")
+    (version "5.3.112")
     (source
      (origin
        (method git-fetch)
@@ -459,7 +459,7 @@ implements the RFC 3550 standard.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1q8w5blf2cjmzyv4bdd7zg4lv3pfjq6w6cfm6d75az4xqzg023kp"))))
+        (base32 "1bi82isc8r3h6pwiwqfxd089dfzx1ijfl4nhp75yqwr6dvqhrz68"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to