diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-25 19:34:20 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-26 00:19:40 +0200 |
commit | 3dfb21f0d7fcdca0ec7f16029cbc5a63460664f3 (patch) | |
tree | 70bf373199b7a54c12726f6bfd0fcf1d82b8565a /gnu | |
parent | c59c04d3b949577e7394daf3ec771de1c7339d0d (diff) | |
download | guix-3dfb21f0d7fcdca0ec7f16029cbc5a63460664f3.tar.gz |
gnu: lxappearance: Update to 0.6.3.
* gnu/packages/lxde.scm (lxappearance): Update to 0.6.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lxde.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index 14c4120d05..b9b78a1887 100644 --- a/gnu/packages/lxde.scm +++ b/gnu/packages/lxde.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2017 Nikita <nikita@n0.is> ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> ;;; Copyright © 2017 Brendan Tildesley <mail@brendan.scot> -;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 ison <ison@airmail.cc> ;;; Copyright © 2018, 2019 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net> @@ -104,14 +104,14 @@ libFM file management library."))) (define-public lxappearance (package (name "lxappearance") - (version "0.6.2") + (version "0.6.3") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/lxde/" "LXAppearance/" name "-" version ".tar.xz")) (sha256 (base32 - "07r0xbi6504zjnbpan7zrn7gi4j0kbsqqfpj8v2x94gr05p16qj4")))) + "0f4bjaamfxxdr9civvy55pa6vv9dx1hjs522gjbbgx7yp1cdh8kj")))) (build-system gnu-build-system) (inputs `(("gtk+" ,gtk+-2))) (native-inputs `(("intltool" ,intltool) |