guix-commits
[Top][All Lists]
Advanced

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

10/18: gnu: xfce4-session: Update to 4.12.1.


From: guix-commits
Subject: 10/18: gnu: xfce4-session: Update to 4.12.1.
Date: Mon, 18 Mar 2019 10:15:31 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit d4986c902a78fdc72c4a8f917b4c5d056643f486
Author: Kei Kebreau <address@hidden>
Date:   Sat Mar 16 18:32:27 2019 -0400

    gnu: xfce4-session: Update to 4.12.1.
    
    * gnu/packages/xfce.scm (xfce4-session): Update to 4.12.1.
    [source]: Update URL.
---
 gnu/packages/xfce.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index eeb1da3..e1997c8 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -474,15 +474,15 @@ your system in categories, so you can quickly find and 
launch them.")
 (define-public xfce4-session
   (package
     (name "xfce4-session")
-    (version "4.12.0")
+    (version "4.12.1")
     (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
-                "01kvbd09c06j20n155hracsgrq06rlmfgdywffjsvlwpn19m9j38"))
+                "1z88klls3j161n5snpamz4l3p4823q4h87wdnqikczxgs2ig5mwp"))
               (patches
                ;; See: https://bugzilla.xfce.org/show_bug.cgi?id=12282
                (search-patches "xfce4-session-fix-xflock4.patch"))



reply via email to

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