guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-pycanberra: Switch to new download URL.


From: Leo Famulari
Subject: 01/03: gnu: python-pycanberra: Switch to new download URL.
Date: Sun, 26 Nov 2017 18:22:00 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 66e47916d48b53e0276bea2f3c744bdaed3fcbc5
Author: ng0 <address@hidden>
Date:   Fri Nov 24 14:32:00 2017 +0000

    gnu: python-pycanberra: Switch to new download URL.
    
    * gnu/packages/libcanberra.scm (python-pycanberra)[source]: Use new URL.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/libcanberra.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/libcanberra.scm b/gnu/packages/libcanberra.scm
index 9af6b40..4245699 100644
--- a/gnu/packages/libcanberra.scm
+++ b/gnu/packages/libcanberra.scm
@@ -139,8 +139,8 @@ sounds for various system events.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://dist.ng0.infotropique.org/releases/";
-                           "pycanberra/pycanberra-" version ".tar.xz"))
+       (uri (string-append "https://d.n0.is/releases/pycanberra/";
+                           "pycanberra-" version ".tar.xz"))
        (sha256
         (base32
          "16jjf8fcgaprmz6jacsxrh17l1ad891fns38bxv49lg3s3mn1nj2"))))
@@ -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://git.ng0.infotropique.org/pycanberra/";)
+    (home-page "https://c.n0.is/pycanberra/";)
     (license lgpl2.1+)))



reply via email to

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