guix-commits
[Top][All Lists]
Advanced

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

11/11: gnu: xfce4-screensaver: Update to 0.1.9.


From: guix-commits
Subject: 11/11: gnu: xfce4-screensaver: Update to 0.1.9.
Date: Sat, 28 Mar 2020 20:25:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 07ce7ae531d58a799eec3e9113c794b717deee8f
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Mar 29 01:20:57 2020 +0100

    gnu: xfce4-screensaver: Update to 0.1.9.
    
    * gnu/packages/xfce.scm (xfce4-screensaver): Update to 0.1.9.
---
 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 7080625..e8cb215 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1158,7 +1158,7 @@ A plugin for the Xfce panel is also available.")
 (define-public xfce4-screensaver
   (package
     (name "xfce4-screensaver")
-    (version "0.1.8")
+    (version "0.1.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/";
@@ -1168,7 +1168,7 @@ A plugin for the Xfce panel is also available.")
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "1mv0r150yb29kji2rr2462g9p574bqjax1lb6bzcqgpxlmg08mj0"))))
+                "11p48yyjgy6crwfbyvm16yg0rkzn90ssd2wygzmwvwrx3wkzyhsp"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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