~ruther/guix-local

834078abfd01bf90a0cdbc643d724147018b2dd9 — 宋文武 1 year, 11 months ago 8311297
gnu: xfce4-screensaver: Update to 4.18.3.

* gnu/packages/xfce.scm (xfce4-screensaver): Update to 4.18.3.

Change-Id: I20d8de0cc24aacf50ba9e6f174f0de083718cd48
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +2 -2
@@ 1533,7 1533,7 @@ A plugin for the Xfce panel is also available.")
(define-public xfce4-screensaver
  (package
    (name "xfce4-screensaver")
    (version "4.18.2")
    (version "4.18.3")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://archive.xfce.org/src/apps/"


@@ 1543,7 1543,7 @@ A plugin for the Xfce panel is also available.")
                                  version ".tar.bz2"))
              (sha256
               (base32
                "161bdsvkbknaf9fpz4b1r4amnm72hzfmx9c6krg2396k2k2d5z74"))))
                "0f9sw703pcgz47689qgc550h2hpqlzvsfgggd7z9s6516rhk2wfi"))))
    (build-system gnu-build-system)
    (arguments
     `(#:phases