python-pycanberra: Update to new location

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Nils Gillmann
Owner
unassigned
Submitted by
Nils Gillmann
Severity
normal

Debbugs page

Nils Gillmann wrote 7 years ago
(address . guix-patches@gnu.org)
20180330205133.efa7qdfah5gzamii@abyayala
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
Ludovic Courtès wrote 7 years ago
(name . Nils Gillmann)(address . ng0@n0.is)(address . 31000-done@debbugs.gnu.org)
87d0zlkzp4.fsf@gnu.org
Nils Gillmann <ng0@n0.is> skribis:

Toggle quote (8 lines)
> 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.

Applied, thanks!

Ludo'.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 31000@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 31000
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help