[PATCH] gnu: xfce4-settings: Update to 4.16.5.

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

Debbugs page

Michael Rohleder wrote 2 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20221121102856.30666-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.5.
---
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 6840867612..d02e363d6c 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -681,7 +681,7 @@ (define-public xfce4-session
(define-public xfce4-settings
(package
(name "xfce4-settings")
- (version "4.16.4")
+ (version "4.16.5")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -689,7 +689,7 @@ (define-public xfce4-settings
name "-" version ".tar.bz2"))
(sha256
(base32
- "1vd3l20myjfbq53x8sywy989zd557adyv3bb2y0nhh2is8ps9aqq"))
+ "13nj80mshkz3czrp8l1yxj6qmz0kkfhzv94z3ixfgmw64j078kvs"))
(patches (search-patches "xfce4-settings-defaults.patch"))))
(build-system gnu-build-system)
(arguments
--
2.38.1
Christopher Baines wrote 2 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)
87h6yrs4qr.fsf@cbaines.net
Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (5 lines)
> * gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.5.
> ---
> gnu/packages/xfce.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Looks good to me :) I've pushed to master as
1f600136ffd1d1d6a1ebb0130e28d0e0849ba21b.

Thanks,

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmN8mfxfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XekVRAAgAccx7Munl/wgjv1LhbMl4LDif1AKuMs
Z/BMBa/oPh42K/S+0Ly2182M0Gh0+0ZTRthPNr+vp2MvlsGWFNnfDru1DbQ6Cpyq
uoHLrSZvfLx0B/Ppnps7wNdoysQ7EaNzpG7a5bWNi37dZ4ooI9wXSyqMntq+BX9P
d6nug+EUdJwdG/CJclOV5z/bsG6KRslwcgB9WdZwJLR2oPT6e/Jtdm14b1DFDBXb
mlErGUy+/cm50WV6eDaTcvSGDWgLveOnSQNStMTdjtvfIFxNb+LjDpM+YCy8qBxg
UnjFujAalxhJIAbBBO6c60molfzbkdnYZV1jwKCf4P27Imfil+jgKXfPLcsDH2K5
r7inmv+rEz2cbGGMG3GPVSIHWGo6+O+PBnbbrqN1vMXpgEpXSvwdKSHMPZH0jRRh
DaX8sJ2NykDIroSKLRoGk9H2fWVetzchtsshFRbgeOTamahGfysB85Bn9QoDa5eH
qa4oNNpp/puOXKS3yX2ARUFipU0qYQnxJlrmzDoAg2VLrf8HnMQHYOO8ilTzaAXf
mKiojn09Do80ipIyxLG+kJ/hLfExR1Ik3vhP7R2sBUutj/RLirUP+GhuYFGi/28i
EVvqE9WXfaraW1QBIt9uAVNIhq9qSXEid5FrPeNz2VTE5BsPhEnLeimEiZXb8yZz
oghS38TUQM4=
=2Umk
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

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