[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: atk: Update to 2.15.3.
From: |
Federico Beffa |
Subject: |
01/05: gnu: atk: Update to 2.15.3. |
Date: |
Wed, 14 Jan 2015 17:11:11 +0000 |
beffa pushed a commit to branch wip-gobject-introspection
in repository guix.
commit bccbc8d497b00d59473493ea17051a19beea3ce1
Author: Federico Beffa <address@hidden>
Date: Wed Jan 14 14:14:21 2015 +0100
gnu: atk: Update to 2.15.3.
* gnu/packages/gtk.scm (atk): Update to 2.15.3.
---
gnu/packages/gtk.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 7af8b3e..8273166 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -45,7 +45,7 @@
(define-public atk
(package
(name "atk")
- (version "2.10.0")
+ (version "2.15.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -53,7 +53,7 @@
name "-" version ".tar.xz"))
(sha256
(base32
- "1c2hbg66wfvibsz2ia0ri48yr62751fn950i97c53j3b0fjifsb3"))))
+ "177a9x6lz2im0mfgxv2crv0l740wy7rg5vlnb8wyyf4fmnh0q19f")))) ;
2.15.3
(build-system gnu-build-system)
(inputs `(("glib" ,glib)))
(native-inputs