[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: gtk+: Update to 3.14.7.
From: |
Federico Beffa |
Subject: |
08/10: gnu: gtk+: Update to 3.14.7. |
Date: |
Sun, 18 Jan 2015 17:08:52 +0000 |
beffa pushed a commit to branch wip-gobject-introspection
in repository guix.
commit a6035fc19aecabca8ca9d38f4194efc170837758
Author: Federico Beffa <address@hidden>
Date: Wed Jan 14 15:53:22 2015 +0100
gnu: gtk+: Update to 3.14.7.
* gnu/packages/gtk.scm (gtk+): Update to 3.14.7.
---
gnu/packages/gtk.scm | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index c7bcb83..c8adc2f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2013, 2014 Ludovic Courtès <address@hidden>
;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
;;; Copyright © 2014 Eric Bavier <address@hidden>
+;;; Copyright © 2015 Federico Beffa <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -394,7 +395,7 @@ application suites.")
(define-public gtk+
(package (inherit gtk+-2)
(name "gtk+")
- (version "3.10.1")
+ (version "3.14.7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -402,7 +403,7 @@ application suites.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1f3a7r3z7i9xh5imlfpfcgyydzkj2fnd0v6ylvqxij0yzfbnhbn1"))))
+ "0vm40n6nf0w3vv54wqy67jcxddka7hplksi093xim3119yq196gv"))))
(propagated-inputs
`(("at-spi2-atk" ,at-spi2-atk)
("atk" ,atk)
- branch wip-gobject-introspection created (now da6ce3f), Federico Beffa, 2015/01/18
- 01/10: gnu: gobject-introspection: Update to 1.42.0 and add new patch., Federico Beffa, 2015/01/18
- 03/10: gnu: gdk-pixbuf: Update to 2.31.1., Federico Beffa, 2015/01/18
- 02/10: gnu: pango: Update to 1.36.8., Federico Beffa, 2015/01/18
- 04/10: gnu: eudev: Update to 2.1.1., Federico Beffa, 2015/01/18
- 06/10: gnu: atk: Update to 2.15.3., Federico Beffa, 2015/01/18
- 05/10: gnu: eudev: Add pre-build phase., Federico Beffa, 2015/01/18
- 07/10: gnu: python-matplotlib: Remove python-pillow input., Federico Beffa, 2015/01/18
- 08/10: gnu: gtk+: Update to 3.14.7.,
Federico Beffa <=
- 09/10: gnu: python-matplotlib: Update comments., Federico Beffa, 2015/01/18
- 10/10: gnu: python-scipy: Update to 0.15.0., Federico Beffa, 2015/01/18