guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: coturn: Update to 4.6.2.


From: guix-commits
Subject: branch master updated: gnu: coturn: Update to 4.6.2.
Date: Tue, 31 Oct 2023 04:48:08 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5cbb0b15cc gnu: coturn: Update to 4.6.2.
5cbb0b15cc is described below

commit 5cbb0b15cce1cb9977dec29594c4b34aee3ddd2b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 31 09:45:52 2023 +0100

    gnu: coturn: Update to 4.6.2.
    
    * gnu/packages/telephony.scm (coturn): Update to 4.6.2.
    
    Change-Id: If0b46af1a034a72a49c00b1e2a871ea636d203f2
---
 gnu/packages/telephony.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 42158784ca..3092c39b24 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2016 Lukas Gradl <lgradl@openmailbox.org>
 ;;; Copyright © 2016 Francesco Frassinelli <fraph24@gmail.com>
 ;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
-;;; Copyright © 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2017, 2018, 2023 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2017, 2018, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Adonay Felipe Nogueira 
<https://libreplanet.org/wiki/User:Adfeno> <adfeno@hyperbola.info>
 ;;; Copyright © 2018 Jovany Leandro G.C <bit4bit@riseup.net>
@@ -901,7 +901,7 @@ telephony functionality into custom Telegram clients.")
 (define-public coturn
   (package
     (name "coturn")
-    (version "4.6.1")
+    (version "4.6.2")
     (source
      (origin
        (method git-fetch)
@@ -910,7 +910,7 @@ telephony functionality into custom Telegram clients.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "04d3c2lxc496zxx3nzqr9fskm2w57kqijdfq3wsa0yp2dp28yjkj"))))
+        (base32 "16rr8666spi84qcc8l2qga42hpskjmvrpj1w58jbanxnpsijv8h4"))))
     (inputs
      (list openssl
            sqlite



reply via email to

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