~ruther/guix-local

3ab40292ae06b191248eae90e43d5c0f996cef39 — 宋文武 1 year, 3 months ago 478303f
gnu: orage: Update to 4.20.0.

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

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

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