guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: coturn: Update to 4.6.1.


From: guix-commits
Subject: 01/03: gnu: coturn: Update to 4.6.1.
Date: Sun, 18 Dec 2022 08:03:14 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit da2f7868f8816d801d485d7d73206161d69aa8e9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:01 2022 +0100

    gnu: coturn: Update to 4.6.1.
    
    * gnu/packages/telephony.scm (coturn): Update to 4.6.1.
---
 gnu/packages/telephony.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 302b351fbb..81621e9d4d 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -904,7 +904,7 @@ telephony functionality into custom Telegram clients.")
 (define-public coturn
   (package
     (name "coturn")
-    (version "4.6.0")
+    (version "4.6.1")
     (source
      (origin
        (method git-fetch)
@@ -913,7 +913,7 @@ telephony functionality into custom Telegram clients.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "152v2lnjj9b3w61d8aak7hmi9riw9cjs5g54g1gfpzlyk4c2jw21"))))
+        (base32 "04d3c2lxc496zxx3nzqr9fskm2w57kqijdfq3wsa0yp2dp28yjkj"))))
     (inputs
      (list openssl
            sqlite



reply via email to

[Prev in Thread] Current Thread [Next in Thread]