xfce updates

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal
Merged with

Debbugs page

Michael Rohleder wrote 2 years ago
[PATCH] gnu: libxfce4ui: Update to 4.18.2.
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20230213193623.7545-1-mike@rohleder.de
* gnu/packages/xfce.scm (libxfce4ui): Update to 4.18.2.
---
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 7a64667139..0b1da08cd1 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -184,7 +184,7 @@ (define-public xfconf
(define-public libxfce4ui
(package
(name "libxfce4ui")
- (version "4.18.1")
+ (version "4.18.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -192,7 +192,7 @@ (define-public libxfce4ui
name "-" version ".tar.bz2"))
(sha256
(base32
- "0bp5wl9r6wbl7a18wikldb6kvyqzaz16sk2bh9swwyqv08q7pgvf"))))
+ "01wlwigrq5icf6bz3waqxjd066hm0z397crxnlz0ri764w22sq5d"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
--
2.39.1
宋文武 wrote 2 years ago
control message for bug #61494
(address . control@debbugs.gnu.org)
04b673dfe491301c@localhost
merge 61494 61488 61487 61488 61491 61492
quit
宋文武 wrote 2 years ago
(address . control@debbugs.gnu.org)
04b673e47e0d32ed@localhost
retitle 61494 xfce updates
quit
?
Your comment

This issue is archived.

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

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