civodul pushed a commit to branch master
in repository guix.

commit f5fa1bdc1a90a6bcec82f81137d1a27cce07dd77
Author: Nils Gillmann <[email protected]>
Date:   Fri Mar 30 20:42:47 2018 +0000

    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 <[email protected]>
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 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 e1812c5..e7f4195 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+)))

Reply via email to