guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mumble: Update to 1.4.287, fix build.


From: guix-commits
Subject: branch master updated: gnu: mumble: Update to 1.4.287, fix build.
Date: Thu, 27 Apr 2023 20:58:27 -0400

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

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e42117bfc9 gnu: mumble: Update to 1.4.287, fix build.
e42117bfc9 is described below

commit e42117bfc9afd7650f14efd2b2def68fcbfd4e36
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Fri Apr 28 08:56:48 2023 +0800

    gnu: mumble: Update to 1.4.287, fix build.
    
    * gnu/packages/telephony.scm (mumble): Update to 1.4.287.
    [inputs]: Use openssl-1.1.
---
 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 7666176908..483c91aa32 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -564,7 +564,7 @@ address of one of the participants.")
 (define-public mumble
   (package
     (name "mumble")
-    (version "1.4.274")
+    (version "1.4.287")
     (source (origin
               (method url-fetch)
               (uri
@@ -573,7 +573,7 @@ address of one of the participants.")
                 version "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "12rv61mmpgvcc1svq2y66r29sl47y9lfi9if0r09x4nqrkf7vj3y"))
+                "0iq54011jgrc5ipk16x05n3sj54j8mzhcidnzcdsb2x5pzan33ip"))
               (modules '((guix build utils)
                          (ice-9 ftw)
                          (srfi srfi-1)))
@@ -649,7 +649,7 @@ address of one of the participants.")
            libsndfile
            libxi
            mesa ; avoid bundled
-           openssl
+           openssl-1.1 ; 1.5.x works with openssl-3.x
            opus ; avoid bundled
            poco
            protobuf



reply via email to

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