From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:52204) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQvVD-0003CY-Mk for guix-patches@gnu.org; Tue, 21 Apr 2020 12:12:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQvVD-00041C-21 for guix-patches@gnu.org; Tue, 21 Apr 2020 12:12:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39068) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jQvVC-000417-Mn for guix-patches@gnu.org; Tue, 21 Apr 2020 12:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jQvVC-00060N-IR for guix-patches@gnu.org; Tue, 21 Apr 2020 12:12:02 -0400 Subject: [bug#40677] [PATCH 02/18] gnu: jami: Fix downloading. Resent-Message-ID: From: Jan Wielkiewicz Date: Tue, 21 Apr 2020 18:10:16 +0200 Message-Id: <20200421161032.1847-2-tona_kosmicznego_smiecia@interia.pl> In-Reply-To: <20200421161032.1847-1-tona_kosmicznego_smiecia@interia.pl> References: <20200421161032.1847-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: 40677@debbugs.gnu.org Cc: Jan Wielkiewicz The package name changed from Ring to Jami. Package tarballs start now with "jami_" prefix. The "ring-release" folder is also deprecated, let's use the "release" folder instead. --- gnu/packages/jami.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm index 5c167808f0..44a57c9bfb 100644 --- a/gnu/packages/jami.scm +++ b/gnu/packages/jami.scm @@ -64,7 +64,7 @@ (define* (jami-source #:key without-daemon) (origin (method url-fetch) - (uri (string-append "https://dl.jami.net/ring-release/tarballs/ring_" + (uri (string-append "https://dl.jami.net/release/tarballs/jami_" %jami-version ".tar.gz")) (modules '((guix build utils))) -- 2.26.1