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: orage: Update to 4.18.0.
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20230213191953.21359-1-mike@rohleder.de
* gnu/packages/xfce.scm (orage): Update to 4.18.0.
---
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..3213cc584a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1324,7 +1324,7 @@ (define-public xfce4-taskmanager
(define-public orage
(package
(name "orage")
- (version "4.16.0")
+ (version "4.18.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1332,7 +1332,7 @@ (define-public orage
name "-" version ".tar.bz2"))
(sha256
(base32
- "000py6r63rlv7pjwvwd7ycrb383lny8ha7ha3qpwh1r0d8xil496"))))
+ "1v5385hps6jgcw1ky9vl7w7iryp0rzxz6s4lx72rz8yg4sdv84v3"))))
(build-system gnu-build-system)
(native-inputs
(list
--
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 61487@debbugs.gnu.org

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