[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: atk: Update to 2.28.1.
From: |
Marius Bakke |
Subject: |
06/08: gnu: atk: Update to 2.28.1. |
Date: |
Sun, 15 Apr 2018 08:50:44 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit f6a6a050eae08df1fc39c2ecc9733aacf054356f
Author: Marius Bakke <address@hidden>
Date: Sun Apr 15 14:27:44 2018 +0200
gnu: atk: Update to 2.28.1.
* gnu/packages/gtk.scm (atk): Update to 2.28.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 9a25d84..001c149 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -77,7 +77,7 @@
(define-public atk
(package
(name "atk")
- (version "2.26.1")
+ (version "2.28.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -85,7 +85,7 @@
name "-" version ".tar.xz"))
(sha256
(base32
- "1jwpx8az0iifw176dc2hl4mmg6gvxzxdkd1qvg4ds7c5hdmzy07g"))))
+ "1z7laf6qwv5zsqcnj222dm5f43c6f3liil0cgx4s4s62xjk1wfnd"))))
(build-system gnu-build-system)
(outputs '("out" "doc"))
(arguments
- branch staging updated (9190340 -> 73a118b), Marius Bakke, 2018/04/15
- 01/08: gnu: nss, nss-certs: Update to 3.36.1., Marius Bakke, 2018/04/15
- 02/08: gnu: mesa: Update to 17.3.8., Marius Bakke, 2018/04/15
- 05/08: gnu: alsa-plugins: Update to 1.1.6., Marius Bakke, 2018/04/15
- 03/08: gnu: alsa-lib: Update to 1.1.6., Marius Bakke, 2018/04/15
- 04/08: gnu: alsa-utils: Update to 1.1.6., Marius Bakke, 2018/04/15
- 07/08: build-system/meson: Don't override LDFLAGS if already set., Marius Bakke, 2018/04/15
- 08/08: gnu: gdk-pixbuf: Update to 2.36.12., Marius Bakke, 2018/04/15
- 06/08: gnu: atk: Update to 2.28.1.,
Marius Bakke <=