iyzsong pushed a commit to branch master
in repository guix.

commit 3ab40292ae06b191248eae90e43d5c0f996cef39
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Tue Feb 18 11:18:59 2025 +0800

    gnu: orage: Update to 4.20.0.
    
    * gnu/packages/xfce.scm (orage): Update to 4.20.0.
    
    Change-Id: Ibddf0027c9bcefe5d2cfa3b622845065043fc214
---
 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 e3c00d4f52..18108df406 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1536,7 +1536,7 @@ memory usage graphically, and it can display processes as 
a tree.")
 (define-public orage
   (package
     (name "orage")
-    (version "4.18.0")
+    (version "4.20.0")
     (source
      (origin
        (method git-fetch)
@@ -1545,7 +1545,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 "1sidyq4358cp701rkfj4p0ikshf612jm5f9j4gma6h6v2dxp7gxw"))))
+        (base32 "0z32b2wg2pfwcvpp81dmdlnwqxnh7ps08mr13syzl7v0qj29p9jm"))))
     (build-system gnu-build-system)
     (native-inputs
      (list xfce4-dev-tools))

Reply via email to