summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-04-28 08:53:13 +0800
committer宋文武 <iyzsong@gmail.com>2016-05-02 22:06:40 +0800
commitb67e35e21b7ef3a1aee04828c8f44745cb2d7a3d (patch)
treecac16ccd7e370182ac24ab8a723b2e3dc54d5020 /gnu/packages/gtk.scm
parentd998508227b481b9061ed1b378033c34bc3b3a24 (diff)
downloadguix-patches-b67e35e21b7ef3a1aee04828c8f44745cb2d7a3d.tar
guix-patches-b67e35e21b7ef3a1aee04828c8f44745cb2d7a3d.tar.gz
gnu: at-spi2-core: Update to 2.20.1.
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.20.1.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r--gnu/packages/gtk.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f234fc339b..2520007c79 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -468,7 +468,7 @@ in the GNOME project.")
(define-public at-spi2-core
(package
(name "at-spi2-core")
- (version "2.20.0")
+ (version "2.20.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -476,7 +476,7 @@ in the GNOME project.")
name "-" version ".tar.xz"))
(sha256
(base32
- "16v09iwnd3895fshsvsci836dar21c8y9w8zn882jn4fq2vrzi6w"))))
+ "0039y6bj1zfzhmfjbj5g830dlczphbpvbgmkcab9mapmh7kmin3f"))))
(build-system gnu-build-system)
(outputs '("out" "doc"))
(arguments