unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42699] [PATCH] gnu: libxfce4util: fix source URI.
@ 2020-08-03 13:35 Michael Rohleder
  2020-08-03 19:31 ` bug#42699: " Oleg Pykhalov
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-08-03 13:35 UTC (permalink / raw)
  To: 42699


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: [PATCH] gnu: libxfce4util: fix source URI. --]
[-- Type: text/x-patch, Size: 1180 bytes --]

From a26c6f0e32edc3fef9136d3f2946688074a6cae8 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@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


[-- Attachment #1.2: Type: text/plain, Size: 34 bytes --]


-- 
/earth: file system full.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-03 19:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03 13:35 [bug#42699] [PATCH] gnu: libxfce4util: fix source URI Michael Rohleder
2020-08-03 19:31 ` bug#42699: " Oleg Pykhalov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).