This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 58780f8  gnu: xfce4-screensaver: Update to 4.16.0.
58780f8 is described below

commit 58780f844b3944ae8dab292ef24de87d22bfe657
Author: Michael Rohleder <[email protected]>
AuthorDate: Sun Jan 3 19:36:50 2021 +0100

    gnu: xfce4-screensaver: Update to 4.16.0.
    
    * gnu/packages/xfce.scm (xfce4-screensaver): Update to 4.16.0.
    
    Signed-off-by: Efraim Flashner <[email protected]>
---
 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 2192f61..6b61139 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1285,7 +1285,7 @@ A plugin for the Xfce panel is also available.")
 (define-public xfce4-screensaver
   (package
     (name "xfce4-screensaver")
-    (version "0.1.11")
+    (version "4.16.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/";
@@ -1295,7 +1295,7 @@ A plugin for the Xfce panel is also available.")
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "0xxcvvcch8bqd35ksq8l88a46xnidp59iq4ssyygki0a2vd20h41"))))
+                "13962rkc7nn3yigv1km8w0z7g41kj2bxmrrwx2f6gnv27qz18kbd"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases

Reply via email to