diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-11 17:55:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-11 18:15:48 +0100 |
commit | 112c584c22ea5ad3264b17bca57ee60225742831 (patch) | |
tree | ceb353ce850686a31a8920fe8789b0e5dcf04f60 /gnu | |
parent | 5e7eb053c9395c4b3036b27cb50d39be37c85791 (diff) | |
download | guix-112c584c22ea5ad3264b17bca57ee60225742831.tar.gz guix-112c584c22ea5ad3264b17bca57ee60225742831.zip |
gnu: xfce4-screensaver: Update to 0.1.11.
* gnu/packages/xfce.scm (xfce4-screensaver): Update to 0.1.11.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index e08e2c4999..a21679a4d1 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1176,7 +1176,7 @@ A plugin for the Xfce panel is also available.") (define-public xfce4-screensaver (package (name "xfce4-screensaver") - (version "0.1.10") + (version "0.1.11") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/" @@ -1186,7 +1186,7 @@ A plugin for the Xfce panel is also available.") version ".tar.bz2")) (sha256 (base32 - "0mqxbyq9np6jzky8y35dlxxmk78q2w0jvwg9kh7a4ib7vmw1qvsq")))) + "0xxcvvcch8bqd35ksq8l88a46xnidp59iq4ssyygki0a2vd20h41")))) (build-system gnu-build-system) (arguments `(#:phases |