From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53140) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iolzv-0008AL-9i for guix-patches@gnu.org; Tue, 07 Jan 2020 05:22:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iolzu-0003sz-3W for guix-patches@gnu.org; Tue, 07 Jan 2020 05:22:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41371) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iolzu-0003sv-0z for guix-patches@gnu.org; Tue, 07 Jan 2020 05:22:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iolzt-0006EB-U9 for guix-patches@gnu.org; Tue, 07 Jan 2020 05:22:01 -0500 Subject: [bug#39005] [PATCH 01/22] gnu: jami: Bump to 20191128.1.4c44bb7. References: <20200107012900.7cf19eb6@interia.pl> In-Reply-To: <20200107012900.7cf19eb6@interia.pl> Resent-Message-ID: From: Jan Wielkiewicz Date: Tue, 7 Jan 2020 11:17:20 +0100 Message-Id: <20200107101741.970-1-tona_kosmicznego_smiecia@interia.pl> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39005@debbugs.gnu.org Cc: Jan Wielkiewicz This is my first patch ever, hope I won't break anything :P My changes: Updating Jami and it's dependencies, moving Jami and modified deps to jami.scm, improving quality of packages by applying patches and configure flags to dependencies modified by Jami developers, fixing formatting. Jan Wielkiewicz --- 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 0c9de8bd0c..d923882e6b 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -657,7 +657,7 @@ calls and messages") Initiation Protocol (SIP) and a multimedia framework.") (license license:gpl2+))) -(define %jami-version "20191101.3.67671e7") +(define %jami-version "20191128.1.4c44bb7") (define* (jami-source #:key without-daemon) (origin @@ -673,7 +673,7 @@ Initiation Protocol (SIP) and a multimedia framework.") #f)) (sha256 (base32 - "0kw172w2ccyz438kf5xqw14nhfm4xk6a2libnzib9j2wvhlpf4q0")))) + "1d1rvvb1qx8h464s2650zd9c1nhpwymvq6h058a8fzp4pzxxb64v")))) (define-public pjproject-jami (package -- 2.24.1