guix-commits
[Top][All Lists]
Advanced

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

77/107: gnu: orca: Update to 3.36.2.


From: guix-commits
Subject: 77/107: gnu: orca: Update to 3.36.2.
Date: Tue, 12 May 2020 10:53:29 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 3f4d209eb2793ecb13e31e42d2fa2589768a681f
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Apr 21 16:42:38 2020 -0400

    gnu: orca: Update to 3.36.2.
    
    * gnu/packages/gnome.scm (orca): Update to 3.36.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 9b55666..da5d2a6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8866,7 +8866,7 @@ accessibility infrastructure.")
 (define-public orca
   (package
     (name "orca")
-    (version "3.34.1")
+    (version "3.36.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -8875,7 +8875,7 @@ accessibility infrastructure.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1q38n7hyshkiszmn361skxjynxr31lcms7a1iny6d0zlpmh1vnk4"))))
+                "0hxz8wlyjn6w3zqg1p56pwdj0p23d6vynzczklyc6n91dyvma06g"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      '(#:phases



reply via email to

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