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 <leo@famulari.name>
This commit is contained in:
parent
8226304b17
commit
e720329d5f
|
@ -2,7 +2,7 @@
|
|||
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
|
||||
;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2016 Fabian Harfert <fhmgufs@web.de>
|
||||
;;; Copyright © 2017 ng0 <ng0@infotropique.org>
|
||||
;;; Copyright © 2017, 2018 ng0 <ng0@crash.cx>
|
||||
;;;
|
||||
;;; 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+)))
|
||||
|
|
Loading…
Reference in New Issue