guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-pycanberra: Use new URLs.


From: Leo Famulari
Subject: 01/02: gnu: python-pycanberra: Use new URLs.
Date: Sun, 11 Feb 2018 09:46:10 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit e720329d5f0656dbbca0acda75e74fb1415e9192
Author: ng0 <address@hidden>
Date:   Sun Feb 11 10:16:05 2018 +0000

    gnu: python-pycanberra: Use new URLs.
    
    * gnu/packages/libcanberra.scm (python-pycanberra)[source]: Use new URL.
    [home-page]: Update 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 4245699..b4ed90e 100644
--- a/gnu/packages/libcanberra.scm
+++ b/gnu/packages/libcanberra.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013 Andreas Enge <address@hidden>
 ;;; Copyright © 2014, 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2016 Fabian Harfert <address@hidden>
-;;; Copyright © 2017 ng0 <address@hidden>
+;;; Copyright © 2017, 2018 ng0 <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -139,7 +139,7 @@ sounds for various system events.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://d.n0.is/releases/pycanberra/";
+       (uri (string-append "https://files.crash.cx/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://c.n0.is/pycanberra/";)
+    (home-page "https://code.crash.cx/pycanberra/log.html";)
     (license lgpl2.1+)))



reply via email to

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