[PATCH] gnu: thunar: Update to 4.16.3.

  • 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)
20210209140817.11177-1-mike@rohleder.de
* gnu/packages/xfce.scm (thunar): Update to 4.16.3.
---
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 9d8fead43c..779d48cb8f 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.2")
+ (version "4.16.3")
(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
- "1pbspa31q4kgydjzmssahq3k0wcy10ma466dlsd2y69nqjc0pab7"))))
+ "0wpzs7r79aayg4zbxy514fbkabac1hhvw522cjjr453gva4xq92m"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.30.0
Efraim Flashner wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 46405-done@debbugs.gnu.org)
YCOxid/NCCUJ0rOV@3900XT
Looks good. 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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmAjsYkACgkQQarn3Mo9
g1E1cg//ZC562n3FD5a9q5V7hus0ga9YTI4wIJ0Io4Qovq5BVGeGE7iE1b2Cva7u
7BgGMH0adcbSwaAsjmi1/YEibfhew/tWlRBguNB1lthEuPoFK60hwApH7z1H7GcQ
Sz1zxoeotesp+qgv3jW5edioFmcdBe49BKIRTd2c6FxVD9ah+M97VNBLj1v4hHQ0
xuy9Q19AJ4P8HWyBwRw7kwD38u8xuX9srMNFTFC0E+IvrVXFqQfI0YQwjJiwXC/S
kUK++633IN2VZPIwSLvlUhGa08KPE+LUvvvKzBjnGVo+FKJljnvlgZjEvVHbhMl7
8Tf65iMjxIUaonsvg9r7nthzVNazt7oubw+Y+pL2XHZD+bgelhyH4xYFlABw8q9Q
iCw5UPuwReWE0nvLU7lP7J7OrzjMGl8Zud12n287AiXzyCcuGUjgiK1bJ5cIi6Hg
k6n9kyWJgAkY8BbI14GnOEB/0b6NoEwKff/S4OAS5OaCS2uXXqdClCA/qbnKrysD
MzMv0fcb+tJexBNBHWlxcYpwXC6ETxFWJliQfNdp68MHL7K5mNBJV1y7FtTa4e21
EaUoKmZDc04CnIG7kh66y6f1fXRs3Wzu9AaS9oyKC2V1573U7xmp6FVjTyUjzbEt
2KNh6/MVbZOg96kVGbonweC7rQTVRWR8PJVC9CaEi0/E91QwQAk=
=xrH/
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 46405
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