guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c06261c14d12de30203b712e41be4e2cca39a939
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:39 2025 +0800

    gnu: orage: Update to 4.20.2.
    
    * gnu/packages/xfce.scm (orage): Update to 4.20.2.
    
    Change-Id: I7466f9db1f147e787b5e87ec782fcfe8566a1b0f
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 35a5fe5a74..f72e3e4ce3 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1506,7 +1506,7 @@ memory usage graphically, and it can display processes as 
a tree.")
 (define-public orage
   (package
     (name "orage")
-    (version "4.20.0")
+    (version "4.20.2")
     (source
      (origin
        (method git-fetch)
@@ -1515,7 +1515,7 @@ memory usage graphically, and it can display processes as 
a tree.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0z32b2wg2pfwcvpp81dmdlnwqxnh7ps08mr13syzl7v0qj29p9jm"))))
+        (base32 "0yrd0sllkp064g2cv2h3rlr79z26jzh1s9wpmclz2pcfi5aiwpl9"))))
     (build-system gnu-build-system)
     (native-inputs
      (list xfce4-dev-tools))

Reply via email to