This is an automated email from the git hooks/post-receive script.
wigust pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b2dc793 gnu: libxfce4util: Update source URI.
b2dc793 is described below
commit b2dc793879b82ea128cb973f2f269f817295eb81
Author: Michael Rohleder <[email protected]>
AuthorDate: Mon Aug 3 15:31:21 2020 +0200
gnu: libxfce4util: Update source URI.
* gnu/packages/xfce.scm (libxfce4util)[source]: Update URI.
Signed-off-by: Oleg Pykhalov <[email protected]>
---
gnu/packages/xfce.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 80df1aa..7874ea3 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -98,9 +98,9 @@
(version "4.14.0")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/xfce/"
- (version-major+minor version)
- "/src/" name "-" version ".tar.bz2"))
+ (uri (string-append "https://archive.xfce.org/src/xfce/"
+ "libxfce4util/" (version-major+minor version)
+ "/" name "-" version ".tar.bz2"))
(sha256
(base32
"093338faqqsrlc8dkmzr7qv411ysxczg1wlg7s3gvhrfk6vpkb9j"))))