[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/47: gnu: orca: Update to 3.34.1.
From: |
guix-commits |
Subject: |
45/47: gnu: orca: Update to 3.34.1. |
Date: |
Mon, 23 Mar 2020 15:50:59 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 4cfa71e73cef33579b77ed0b4d7442531535adff
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 4dbbd14..25842e5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8705,7 +8705,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
@@ -8714,7 +8714,7 @@ accessibility infrastructure.")
name "-" version ".tar.xz"))
(sha256
(base32
- "05jqzlg0f1x53hyl0l9282ynmw37159g6dsbrid12b7sjs12cc1i"))))
+ "1q38n7hyshkiszmn361skxjynxr31lcms7a1iny6d0zlpmh1vnk4"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:phases
- 29/47: gnu: nautilus: Update to 3.34.2., (continued)
- 29/47: gnu: nautilus: Update to 3.34.2., guix-commits, 2020/03/23
- 31/47: gnu: mutter: Update to 3.34.2., guix-commits, 2020/03/23
- 37/47: gnu: gnome-mines: Update to 3.34.0., guix-commits, 2020/03/23
- 38/47: gnu: gnome-sudoku: Update to 3.34.1., guix-commits, 2020/03/23
- 40/47: gnu: gnome-klotski: Update to 3.34.0., guix-commits, 2020/03/23
- 36/47: gnu: seahorse: Update to 3.34., guix-commits, 2020/03/23
- 41/47: gnu: gnome-clocks: Update to 3.34.0., guix-commits, 2020/03/23
- 35/47: gnu: gnome-shell: Update to 3.34.2., guix-commits, 2020/03/23
- 42/47: gnu: gnome-calendar: Update to 3.34.2., guix-commits, 2020/03/23
- 43/47: gnu: gnome-tweaks: Update to 3.34.0., guix-commits, 2020/03/23
- 45/47: gnu: orca: Update to 3.34.1.,
guix-commits <=