guix-commits
[Top][All Lists]
Advanced

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

42/74: gnu: orca: Update to 3.28.1.


From: guix-commits
Subject: 42/74: gnu: orca: Update to 3.28.1.
Date: Tue, 4 Dec 2018 10:39:49 -0500 (EST)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit 449e77fcf9c8dfebbf1ee8483a0dcf742614208c
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 6 15:50:57 2018 +0200

    gnu: orca: Update to 3.28.1.
    
    * gnu/packages/gnome.scm (orca): Update to 3.28.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 3aa01fa..7bf48b6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6914,7 +6914,7 @@ accessibility infrastructure.")
 (define-public orca
   (package
     (name "orca")
-    (version "3.26.0")
+    (version "3.28.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -6923,7 +6923,7 @@ accessibility infrastructure.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0xk5k9cbswymma60nrfj00dl97wypx59c107fb1hwi75gm0i07a7"))))
+                "04l5ccn7wf175gyq3blfpx0yh70ny06n161297jwc9idf951852g"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      '(#:phases



reply via email to

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