[PATCH] gnu: thunar: Update to 4.16.6.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20210325005218.14146-1-mike@rohleder.de
* gnu/packages/xfce.scm (thunar): Update to 4.16.6.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index dc65567835..0b897233c2 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -765,7 +765,7 @@ like appearance, display, keyboard and mouse settings.")
(define-public thunar
(package
(name "thunar")
- (version "4.16.3")
+ (version "4.16.6")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -773,7 +773,7 @@ like appearance, display, keyboard and mouse settings.")
"thunar-" version ".tar.bz2"))
(sha256
(base32
- "0wpzs7r79aayg4zbxy514fbkabac1hhvw522cjjr453gva4xq92m"))))
+ "1dq238m2bh938gpb058cr2xmhy6f3qkyyya9l0ya95kiwqzislyb"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.31.0
Efraim Flashner wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 47372-done@debbugs.gnu.org)
YFxs8PBlO5JlrLqR@3900XT
Thanks. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmBcbPAACgkQQarn3Mo9
g1HzNw/+MQs3+Mob56gSyyFtqhkiHbY7ZOevYutzuoL34UJiHBN7YmTfSpBRbtrw
5SrPSzyZCdGGnBZMc0+TQmYlhqwgglDSDtkB5r+Cie3sCogNzyPrCvSpkANhYHsP
sme7aZf5HXpGXJo8aQX23LviVg1sAfH9JeQJBnaoHVAnSWuZikgwdkN5R7S05wWH
QOkf4/dax/ambJlMIEXGMqLL1unxKG9nzgVeKvmkmDKLmihoj1Q37NnnffAqdRrA
XnROpbqrVvUsLRCFTBR0FrPsZs0ouKOWE2HzkuxARaDCjV2AfEnL7gQRqdfHhmdu
5x0+ktAvSAdJ1PtIf75uyOw7a2CEF6o9Qg5eVcoh9mfwCBkCcBQdGSQWaDl6ZzFh
9RgbEwZ9CdOtNYZFthW/+ku5461CTOdWxz4zgp458VLMhfVB+hlBWXIoS5Z6chHF
fVVtmhF5LtRy4Tbwo3gi9ypmPTim/uegMyoSORIxCkayR4NmsnG1s1w60+UA84lk
LHELZrIBJ08CPtr3Pll8Fc4mxJI9Im6mmLnlCMo2K+gnvxtYXT7BM7qv67kqSCuR
9iH/F1IhT8GiEvWLyBhKmf++mU1pYYlFCyC57Q+NHkqPu4II1a0mCWfJgXYW24Wo
6xDUMZWWTJaA2UD/QHZ02Yfr9wxmQIt6R0+TpWjnz7Fd6U150a8=
=DWDS
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 47372@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 47372
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help