diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-03-16 19:02:48 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-03-18 10:15:08 -0400 |
commit | 1683dcdccd2f1b5121d99bf6c8727dc64f8f6ed7 (patch) | |
tree | 845c0c2d8c075db7e125dfc4c9f6ae0b7d042f9c | |
parent | d4986c902a78fdc72c4a8f917b4c5d056643f486 (diff) | |
download | guix-1683dcdccd2f1b5121d99bf6c8727dc64f8f6ed7.tar guix-1683dcdccd2f1b5121d99bf6c8727dc64f8f6ed7.tar.gz |
gnu: xfce4-settings: Update to 4.12.4.
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.12.4.
[source]: Update URL.
-rw-r--r-- | gnu/packages/xfce.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index e1997c832d..bda2008bcc 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -522,15 +522,15 @@ allows you to shutdown the computer from Xfce.") (define-public xfce4-settings (package (name "xfce4-settings") - (version "4.12.0") + (version "4.12.4") (source (origin (method url-fetch) - (uri (string-append "http://archive.xfce.org/xfce/" - (version-major+minor version) - "/src/" name "-" version ".tar.bz2")) + (uri (string-append "http://archive.xfce.org/src/xfce/" + name "/" (version-major+minor version) "/" + name "-" version ".tar.bz2")) (sha256 (base32 - "108za1cmjslwzkdl76x9kwxkq8z734kg9nz8rxk057f10pqwxgh4")) + "16vgidhhc19dz0p0i6fp5iiwxd53ky143j6h14a9b7mz92nlr872")) (patches (search-patches "xfce4-settings-defaults.patch")))) (build-system gnu-build-system) (native-inputs |