guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/16: gnu: orca: Update to 3.30.2.


From: guix-commits
Subject: 11/16: gnu: orca: Update to 3.30.2.
Date: Mon, 15 Jul 2019 10:04:07 -0400 (EDT)

kkebreau pushed a commit to branch core-updates
in repository guix.

commit ef9b7d4c9fa25e57035f1a825db26a9ddb37ce16
Author: Kei Kebreau <address@hidden>
Date:   Fri Jul 5 00:58:08 2019 -0400

    gnu: orca: Update to 3.30.2.
    
    * gnu/packages/gnome.scm (orca): Update to 3.30.2.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 16b048b..62c7937 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7461,7 +7461,7 @@ accessibility infrastructure.")
 (define-public orca
   (package
     (name "orca")
-    (version "3.28.1")
+    (version "3.30.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -7470,7 +7470,7 @@ accessibility infrastructure.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "04l5ccn7wf175gyq3blfpx0yh70ny06n161297jwc9idf951852g"))))
+                "17asibc46i5gr2fw04jvvdi85zzmxwlnhyq7r6cr3m5prrdr8a53"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      '(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]