summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-04-11 22:16:45 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-04-12 00:13:15 +0200
commit0db448768b2e457698aea19bed2a3a322d26deac (patch)
tree13fc5afa5cd5f3806ea512e50321137ddfb78c34 /gnu
parent8ab88f6f5b425b6b460ae7fb5ae29feb1923aad6 (diff)
downloadguix-0db448768b2e457698aea19bed2a3a322d26deac.tar.gz
gnu: xfce4-screensaver: Update to 0.1.10.
* gnu/packages/xfce.scm (xfce4-screensaver): Update to 0.1.10.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xfce.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 28a4256ff8..b708eb42b5 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1160,7 +1160,7 @@ A plugin for the Xfce panel is also available.")
 (define-public xfce4-screensaver
   (package
     (name "xfce4-screensaver")
-    (version "0.1.9")
+    (version "0.1.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1170,7 +1170,7 @@ A plugin for the Xfce panel is also available.")
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "11p48yyjgy6crwfbyvm16yg0rkzn90ssd2wygzmwvwrx3wkzyhsp"))))
+                "0mqxbyq9np6jzky8y35dlxxmk78q2w0jvwg9kh7a4ib7vmw1qvsq"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases