[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: gobject-introspection: Update to 1.53.1.
From: |
Kei Kebreau |
Subject: |
01/01: gnu: gobject-introspection: Update to 1.53.1. |
Date: |
Sun, 21 May 2017 19:19:50 -0400 (EDT) |
kkebreau pushed a commit to branch gnome-updates
in repository guix.
commit 47a63dfcc9b6d465172b1a1e7e3e36bfb512117e
Author: Kei Kebreau <address@hidden>
Date: Sun May 21 19:12:56 2017 -0400
gnu: gobject-introspection: Update to 1.53.1.
* gnu/packages/glib.scm (gobject-introspection): Update to 1.53.1.
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 8a22586..e6328cf 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -289,14 +289,14 @@ dynamic loading, and an object system.")
(define gobject-introspection
(package
(name "gobject-introspection")
- (version "1.50.0")
+ (version "1.53.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/"
"gobject-introspection/" (version-major+minor version)
"/gobject-introspection-" version ".tar.xz"))
(sha256
- (base32 "1i9pccig8mv6qf0c1z8fcapays190nmr7j6pyc7cfhzmcv39fr8w"))
+ (base32 "1fpkxqbr1gmxmdj5ns7ak6l5nr1kjipf913izkf09akpjvc19jji"))
(modules '((guix build utils)))
(snippet
'(substitute* "tools/g-ir-tool-template.in"