[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: atk: Update to 2.26.1.
From: |
Marius Bakke |
Subject: |
05/08: gnu: atk: Update to 2.26.1. |
Date: |
Wed, 6 Dec 2017 11:33:03 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 8994128e14b3a6f2083a7b52478cbbc86937c351
Author: Marius Bakke <address@hidden>
Date: Wed Dec 6 16:47:11 2017 +0100
gnu: atk: Update to 2.26.1.
* gnu/packages/gtk.scm (atk): Update to 2.26.1.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 53c75ff..b42cce7 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -73,7 +73,7 @@
(define-public atk
(package
(name "atk")
- (version "2.24.0")
+ (version "2.26.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -81,7 +81,7 @@
name "-" version ".tar.xz"))
(sha256
(base32
- "0jbs90vacl95mwgvmqsizi1bwx5sw0rz70r9knksfwwch2dalbdv"))))
+ "1jwpx8az0iifw176dc2hl4mmg6gvxzxdkd1qvg4ds7c5hdmzy07g"))))
(build-system gnu-build-system)
(outputs '("out" "doc"))
(arguments
- branch core-updates updated (e09bb8a -> 2ced84f), Marius Bakke, 2017/12/06
- 03/08: gnu: mesa: Update to 17.2.6., Marius Bakke, 2017/12/06
- 04/08: gnu: help2man: Update to 1.47.5., Marius Bakke, 2017/12/06
- 02/08: gnu: harfbuzz: Update to 1.7.2., Marius Bakke, 2017/12/06
- 06/08: gnu: at-spi2-core: Update to 2.26.2., Marius Bakke, 2017/12/06
- 08/08: gnu: groff-minimal: Inherit phases from groff., Marius Bakke, 2017/12/06
- 01/08: gnu: glibc-locales: Don't inherit 'move-static-libs' phase from glibc., Marius Bakke, 2017/12/06
- 07/08: gnu: at-spi2-atk: Update to 2.26.1., Marius Bakke, 2017/12/06
- 05/08: gnu: atk: Update to 2.26.1.,
Marius Bakke <=