diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-11 02:09:14 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-11 03:12:18 +0100 |
commit | ad07f6747a199e07c0015349e04c6aa0a6731501 (patch) | |
tree | 89cf611da3731aadcf1d9b190f5f3fbcbd44cccf | |
parent | f01d8e9c2fbffa577ebfc62e90936af833606df9 (diff) | |
download | patches-ad07f6747a199e07c0015349e04c6aa0a6731501.tar patches-ad07f6747a199e07c0015349e04c6aa0a6731501.tar.gz |
gnu: thunar: Update to 1.8.11.
* gnu/packages/xfce.scm (thunar): Update to 1.8.11.
-rw-r--r-- | gnu/packages/xfce.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index ccf8c83103..7489624646 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -7,7 +7,7 @@ ;;; Copyright © 2017, 2019 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017 Petter <petter@mykolab.ch> ;;; Copyright © 2017 ng0 <ng0@n0.is> -;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2019 Pkill -9 <pkill9@runbox.com> ;;; Copyright © 2019 L p R n d n <guix@lprndn.info> ;;; Copyright © 2019 Ingo Ruhnke <grumbel@gmail.com> @@ -645,7 +645,7 @@ like appearance, display, keyboard and mouse settings.") (define-public thunar (package (name "thunar") - (version "1.8.10") + (version "1.8.11") (source (origin (method url-fetch) (uri (string-append "http://archive.xfce.org/src/xfce/" @@ -653,7 +653,7 @@ like appearance, display, keyboard and mouse settings.") "thunar-" version ".tar.bz2")) (sha256 (base32 - "02g72bpbb8dkwspay9qii8bi99l87jn39gz6bamgp7p4q20qsi1x")))) + "0f5jw61z1dbvyyf1nks5dagnbs6sxxw7spybgwvpb3hfljrlvphq")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |