guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pjproject-jami: Update to 2.12-2.20e00fc.


From: guix-commits
Subject: branch master updated: gnu: pjproject-jami: Update to 2.12-2.20e00fc.
Date: Mon, 20 Feb 2023 18:40:07 -0500

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 038981e128 gnu: pjproject-jami: Update to 2.12-2.20e00fc.
038981e128 is described below

commit 038981e1287fc97d3a5f19a2d9824e55247c228e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Feb 20 17:00:11 2023 -0500

    gnu: pjproject-jami: Update to 2.12-2.20e00fc.
    
    This resolves a crash because of pjproject leaving too many sockets
    opened ("Creating pipes for GWakeup: Too many open files").
    
    * gnu/packages/jami.scm (pjproject-jami): Update to 2.12-2.20e00fc.
---
 gnu/packages/jami.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index 83e7157f35..acf57c2772 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -107,8 +107,8 @@
                   patches))))
 
 (define-public pjproject-jami
-  (let ((commit "513a3f14c44b2c2652f9219ec20dea64b236b713")
-        (revision "1"))
+  (let ((commit "20e00fcdd16459444bae2bae9c0611b63cf87297")
+        (revision "2"))
     (package
       (inherit pjproject)
       (name "pjproject-jami")
@@ -127,7 +127,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1vzfpiwhd96a9ibk398z922a60j18xd7mblsmi6355r7ccj2aw7p"))))
+                  "1g8nkb5ln5y208k2hhmlcddv2dzf6plfrsvi4x8sa7iwgb4prgb8"))))
       (arguments
        (substitute-keyword-arguments (package-arguments pjproject)
          ((#:phases phases '%standard-phases)



reply via email to

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