Nils Gillmann wrote 7 years ago
(address . guix-patches@gnu.org)
Hi,
with the recent servers moving around of mine I had to reorder locations of files.
pycanberra location changed, as well as the location of the code webview.
TLS is gone for now, will be fixed up soon.
From 5b85179fa41268eeaf274c392bda6e875dffb5bb Mon Sep 17 00:00:00 2001
From: Nils Gillmann <ng0@n0.is>
Date: Fri, 30 Mar 2018 20:42:47 +0000
Subject: [PATCH] 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 <ng0@n0.is>
---
gnu/packages/libcanberra.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Toggle diff (22 lines)
diff --git a/gnu/packages/libcanberra.scm b/gnu/packages/libcanberra.scm
index e1812c578..e7f4195ed 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+)))
--
2.16.3