~ruther/guix-local

c06261c14d12de30203b712e41be4e2cca39a939 — 宋文武 2 months ago 9fc51a2
gnu: orage: Update to 4.20.2.

* gnu/packages/xfce.scm (orage): Update to 4.20.2.

Change-Id: I7466f9db1f147e787b5e87ec782fcfe8566a1b0f
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +2 -2
@@ 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))