guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: libxfce4util: Update source URI.


From: guix-commits
Subject: branch master updated: gnu: libxfce4util: Update source URI.
Date: Mon, 03 Aug 2020 15:36:50 -0400

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 <mike@rohleder.de>
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 <go.wigust@gmail.com>
---
 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]