From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f210F-00013P-UD for guix-patches@gnu.org; Fri, 30 Mar 2018 16:52:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f210F-0006Ox-0c for guix-patches@gnu.org; Fri, 30 Mar 2018 16:52:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52572) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f210E-0006Oj-Sp for guix-patches@gnu.org; Fri, 30 Mar 2018 16:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f210E-0002dG-MG for guix-patches@gnu.org; Fri, 30 Mar 2018 16:52:02 -0400 Subject: [bug#31000] python-pycanberra: Update to new location Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f20zW-0000sB-9Z for guix-patches@gnu.org; Fri, 30 Mar 2018 16:51:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f20zV-0005Hu-1H for guix-patches@gnu.org; Fri, 30 Mar 2018 16:51:18 -0400 Received: from conspiracy.of.n0.is ([2a01:4f8:1c0c:7ad0::1]:46750) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f20zU-0005GL-NB for guix-patches@gnu.org; Fri, 30 Mar 2018 16:51:16 -0400 Received: by conspiracy.of.n0.is (OpenSMTPD) with ESMTPSA id 6879a299 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Fri, 30 Mar 2018 20:51:14 +0000 (UTC) Date: Fri, 30 Mar 2018 20:51:33 +0000 From: Nils Gillmann Message-ID: <20180330205133.efa7qdfah5gzamii@abyayala> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="dh6pbtlkidjfwui5" Content-Disposition: inline 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: 31000@debbugs.gnu.org --dh6pbtlkidjfwui5 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Hi, with the recent servers moving around of mine I had to reorder locations of files. pycanberra location changed, as well as the location of the code webview. TLS is gone for now, will be fixed up soon. --dh6pbtlkidjfwui5 Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-python-pycanberra-Update-to-new-upstream-locatio.patch" Content-Transfer-Encoding: quoted-printable =46rom 5b85179fa41268eeaf274c392bda6e875dffb5bb Mon Sep 17 00:00:00 2001 =46rom: Nils Gillmann Date: Fri, 30 Mar 2018 20:42:47 +0000 Subject: [PATCH] gnu: python-pycanberra: Update to new upstream location. * gnu/packages/libcanberra (python-pycanberra)[source]: Use new URL. [home-page]: Change to new URL. Signed-off-by: Nils Gillmann --- gnu/packages/libcanberra.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/libcanberra.scm b/gnu/packages/libcanberra.scm index e1812c578..e7f4195ed 100644 --- a/gnu/packages/libcanberra.scm +++ b/gnu/packages/libcanberra.scm @@ -139,7 +139,7 @@ sounds for various system events.") (source (origin (method url-fetch) - (uri (string-append "https://files.crash.cx/releases/" + (uri (string-append "http://ftp.n0.is/pub/releases/" "pycanberra-" version ".tar.xz")) (sha256 (base32 @@ -152,5 +152,5 @@ sounds for various system events.") (synopsis "Ctypes wrapper for the libcanberra API") (description "Pycanberra is a basic Python wrapper for libcanberra.") - (home-page "https://code.crash.cx/pycanberra/log.html") + (home-page "http://c.n0.is/ng0/pycanberra/") (license lgpl2.1+))) --=20 2.16.3 --dh6pbtlkidjfwui5--