summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-03-16 18:32:27 -0400
committerKei Kebreau <kkebreau@posteo.net>2019-03-18 10:15:08 -0400
commitd4986c902a78fdc72c4a8f917b4c5d056643f486 (patch)
treed3059fa3b8eebcf9bd524fac177a8cab6e0c5a71 /gnu
parentc8b0f0ab8b5831f758b52d9a5d8d4baa934860e5 (diff)
downloadguix-d4986c902a78fdc72c4a8f917b4c5d056643f486.tar.gz
gnu: xfce4-session: Update to 4.12.1.
* gnu/packages/xfce.scm (xfce4-session): Update to 4.12.1.
[source]: Update URL.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xfce.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index eeb1da3eb2..e1997c832d 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"))