guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: xfdesktop: Update to 4.14.3.


From: guix-commits
Subject: 03/06: gnu: xfdesktop: Update to 4.14.3.
Date: Sat, 7 Nov 2020 17:08:33 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ed4239c6b5df5976dc123a951d026aa058dd0d8d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 7 19:12:46 2020 +0100

    gnu: xfdesktop: Update to 4.14.3.
    
    * gnu/packages/xfce.scm (xfdesktop): Update to 4.14.3.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 240b73f..99bff12 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -755,7 +755,7 @@ on the screen.")
 (define-public xfdesktop
   (package
     (name "xfdesktop")
-    (version "4.14.2")
+    (version "4.14.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -763,7 +763,7 @@ on the screen.")
                                   "xfdesktop-" version ".tar.bz2"))
               (sha256
                (base32
-                "0x1yx9sd5aanrlr1qnbwd2nsmcg09g4132k0kyb7z47a3x3381d3"))
+                "14sp5a4n21prwmh2l5mjq5fjaq7r2pbjxddfx4wzaix8867x1mq6"))
               (modules '((guix build utils)))
               (snippet
                #~(begin



reply via email to

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