summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-08-06 15:50:57 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-03-07 13:42:29 +0100
commit870a4e70ecd1e913feddf6d640582cf78395cdae (patch)
tree9c6e4093addda9aa3f8c8044114f651acf252884 /gnu/packages/gnome.scm
parent7271781738c4000f40107a500523210ef26a30fd (diff)
downloadguix-patches-870a4e70ecd1e913feddf6d640582cf78395cdae.tar
guix-patches-870a4e70ecd1e913feddf6d640582cf78395cdae.tar.gz
gnu: orca: Update to 3.28.1.
* gnu/packages/gnome.scm (orca): Update to 3.28.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e3602f87da..8c0179dfaa 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7056,7 +7056,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
@@ -7065,7 +7065,7 @@ accessibility infrastructure.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0xk5k9cbswymma60nrfj00dl97wypx59c107fb1hwi75gm0i07a7"))))
+ "04l5ccn7wf175gyq3blfpx0yh70ny06n161297jwc9idf951852g"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:phases