GNU bug report logs -
#42699
[PATCH] gnu: libxfce4util: fix source URI.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Mon, 3 Aug 2020 13:36:02 UTC
Severity: normal
Tags: patch
Done: Oleg Pykhalov <go.wigust <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[0001-gnu-libxfce4util-fix-source-URI.patch (text/x-patch, inline)]
From a26c6f0e32edc3fef9136d3f2946688074a6cae8 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike <at> rohleder.de>
Date: Mon, 3 Aug 2020 15:31:21 +0200
Subject: [PATCH] gnu: libxfce4util: fix source URI.
* gnu/packages/xfce.scm (libxfce4util): fix source URI.
---
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 13b33ea6fb..a02dd51b65 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/"
+ name "/" (version-major+minor version)
+ "/" name "-" version ".tar.bz2"))
(sha256
(base32
"093338faqqsrlc8dkmzr7qv411ysxczg1wlg7s3gvhrfk6vpkb9j"))))
--
2.28.0
[Message part 2 (text/plain, inline)]
--
/earth: file system full.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 4 years and 289 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.