gnu: python-pycanberra: Switch to new download URL.
* gnu/packages/libcanberra.scm (python-pycanberra)[source]: Use new URL. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
6438a4682d
commit
66e47916d4
|
@ -139,8 +139,8 @@ sounds for various system events.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://dist.ng0.infotropique.org/releases/"
|
(uri (string-append "https://d.n0.is/releases/pycanberra/"
|
||||||
"pycanberra/pycanberra-" version ".tar.xz"))
|
"pycanberra-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16jjf8fcgaprmz6jacsxrh17l1ad891fns38bxv49lg3s3mn1nj2"))))
|
"16jjf8fcgaprmz6jacsxrh17l1ad891fns38bxv49lg3s3mn1nj2"))))
|
||||||
|
@ -152,5 +152,5 @@ sounds for various system events.")
|
||||||
(synopsis "Ctypes wrapper for the libcanberra API")
|
(synopsis "Ctypes wrapper for the libcanberra API")
|
||||||
(description
|
(description
|
||||||
"Pycanberra is a basic Python wrapper for libcanberra.")
|
"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+)))
|
(license lgpl2.1+)))
|
||||||
|
|
Loading…
Reference in New Issue