guix-commits
[Top][All Lists]
Advanced

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

44/47: gnu: orca: Update to 3.34.1.


From: guix-commits
Subject: 44/47: gnu: orca: Update to 3.34.1.
Date: Tue, 14 Apr 2020 23:54:44 -0400 (EDT)

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

commit f6342be942f03c8e63f6fbe863597c0e5f8ffc83
Author: Kei Kebreau <address@hidden>
AuthorDate: Mon Dec 23 11:15:57 2019 -0500

    gnu: orca: Update to 3.34.1.
    
    * gnu/packages/gnome.scm (orca): Update to 3.34.1.
---
 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 ac4c9db..3ab5949 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8769,7 +8769,7 @@ accessibility infrastructure.")
 (define-public orca
   (package
     (name "orca")
-    (version "3.32.0")
+    (version "3.34.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -8778,7 +8778,7 @@ accessibility infrastructure.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "05jqzlg0f1x53hyl0l9282ynmw37159g6dsbrid12b7sjs12cc1i"))))
+                "1q38n7hyshkiszmn361skxjynxr31lcms7a1iny6d0zlpmh1vnk4"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      '(#:phases



reply via email to

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