[PATCH] gnu: libxfce4ui: Update to 4.16.1.

  • 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 3 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20210922101050.18817-1-mike@rohleder.de
* gnu/packages/xfce.scm (libxfce4ui): Update to 4.16.1.
---
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 7e62fab3dc..b6a7d6061b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -189,7 +189,7 @@ storage system.")
(define-public libxfce4ui
(package
(name "libxfce4ui")
- (version "4.16.0")
+ (version "4.16.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -197,7 +197,7 @@ storage system.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "1anfj3n28abv9kbcpybs7q3k5g3c3d0r4xf4hyfqms2b9zlwj1lb"))))
+ "1xl52pjh7xi67qpv8800xrizf28r0bh1jm21va6hggznbap4csfr"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
--
2.33.0
Efraim Flashner wrote 3 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 50734-done@debbugs.gnu.org)
YVBTaMJ3qGBeFlU4@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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmFQU2gACgkQQarn3Mo9
g1ERkhAAlWsALlQNkPwX34i+xK0gVmkLKVXODRqN7blv5GZAVEoXxh0v0dJJPoU/
mVvSEQQT5gqv6XlJjBkyrIs5hWq5uFtCyKjWMcuF9JmldpG5sveDAGWgQjMEZ7wx
XpcDEBesLechqmra8ozoOlBVAjaXoindDOi5a9csZD51UBVxhU2LZHk58wyjaAkL
YrUhNQfl9QVcYGihrgi4i/otKlHnYBSvhNu4MceVMbuKh2pVzNHw8SJSoMwavcDM
K/cBRNlTneqj51SdvLoqDHUBksBTC4wl0bofCK03ZduK0EL4K3fAwwqHk8L44POM
wxK8RrDE/W/meVqcKH8Dd/Qr4iMaXGBI/FI97uT8ayN35RAQq37erFuU3n3rgcuv
DyF9MeivmqHKns/jw0bExIxdh1nvhMfmtvmGB5xYLzzeu8+Ixlc/ZO6zjd7MmURk
Y8SnzsT6Z+FSbWX7Kc0yP6KyvLX/B1TwcE+DAz+7XY7e/Fmghvjflo0tjZda04uc
24RYeqn8+vjego/LgyR3jVsQ5sqKCQm0O5JuiFMu+sX5TPUjg+dlGwDFErLdlYbN
fWV6nd0xczTywHgO80UzqYstE2MePq3SoBvuu3nk+SZnHRGwkOX4kNsVTrwug71P
bnIw5uIm/oubeT+pamuwTxbaoNqgnDN4HBacpEWGcX/EMvwizQ0=
=uWyG
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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