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

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

    gnu: ortp: Update to 5.3.112.
    
    * gnu/packages/linphone.scm (ortp): Update to 5.3.112.
    
    Change-Id: I9a2b9208b6da20b1e5592d6520a4a31e3335d9b2
---
 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 7389bfe7c4..e90c9b1807 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -395,7 +395,7 @@ such as conferencing.")
 (define-public ortp
   (package
     (name "ortp")
-    (version "5.3.57")
+    (version "5.3.112")
     (source
      (origin
        (method git-fetch)
@@ -404,7 +404,7 @@ such as conferencing.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1bl3ig1xbxprcdid9i8bnl433x4crxqnj30x5lxiy9ka79b8s8r6"))))
+        (base32 "0vgzn9ll7i6x1rprknzmam5npnm2sbhnkr3fvz6ilanckznqvzar"))))
     (build-system cmake-build-system)
     (outputs '("out" "tester"
                "doc"))                  ;1.5 MiB of HTML doc

Reply via email to