[PATCH] gnu: thunar: Update to 1.8.16.

  • Done
  • quality assurance status badge
Details
One participant
  • 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)
20201101031206.16322-1-mike@rohleder.de
* gnu/packages/xfce.scm (thunar): Update to 1.8.16.
---
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 444604ab77..d8050fa90a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -662,7 +662,7 @@ like appearance, display, keyboard and mouse settings.")
(define-public thunar
(package
(name "thunar")
- (version "1.8.15")
+ (version "1.8.16")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -670,7 +670,7 @@ like appearance, display, keyboard and mouse settings.")
"thunar-" version ".tar.bz2"))
(sha256
(base32
- "14vw4yaf9fff24zmj4dp8r8hf8mb19hl4w4l0jc8c4qzy865c93n"))))
+ "0k1w2zwa8z6sc8vi3frva74npks79x79n7q9p7ibwk7irfqkh4r2"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.29.1
Michael Rohleder wrote 4 years ago
(address . 44364-done@debbugs.gnu.org)
87mu01i1a7.fsf@rohleder.de
done with 2ddc43e93ddc8973e60e169688eff0219c33d73f
-----BEGIN PGP SIGNATURE-----

iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl+eygARHG1pa2VAcm9o
bGVkZXIuZGUACgkQfHr/vv7yyyVcKAgAndjij3mYg41L0FOdp3EgIYgAr0xlrh1+
FxQLKLiAPefLPKaon13DS+M0+oswT3fGgMYBFRrtp1jVDAa4NeuiGsZe6VcYJasP
AM+SdxUYqSv+0WGs2OcCySP4pv0Z9ecgxOHpaQkCu8jW2Jtm14H0vweChKFvaiy0
2bK76fyA0F/LpvTCCA1ZKj1NEO2mfeakP2YXsUVtG1n+iwUgmI67jNToTnElmcez
cdmGJyx+wB4OZ5QjFhiiKaIdxKtkumB4rZbJMH9C/FvoR7pz1devmGm9HGfRibDf
IKXMlvHxir6VBNW95Ez+5qGFpA88GTcQpFaaSSJCMzYcyp8thpaWbQ==
=LGnp
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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