[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: gobject-introspection: Update to 1.60.2.
From: |
guix-commits |
Subject: |
03/08: gnu: gobject-introspection: Update to 1.60.2. |
Date: |
Fri, 21 Jun 2019 08:55:39 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 273c30bec644172e7b9300fa7fc28e6dad67941e
Author: Marius Bakke <address@hidden>
Date: Fri Jun 21 13:56:28 2019 +0200
gnu: gobject-introspection: Update to 1.60.2.
* gnu/packages/glib.scm (gobject-introspection): Update to 1.60.2.
---
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 0383aec..a4ae7b5 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -349,14 +349,14 @@ dynamic loading, and an object system.")
(define gobject-introspection
(package
(name "gobject-introspection")
- (version "1.58.1")
+ (version "1.60.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/"
"gobject-introspection/" (version-major+minor version)
"/gobject-introspection-" version ".tar.xz"))
(sha256
- (base32 "12fzs3044047icdfs7cb2lsmnfi6w6fyhkci3m2rbvf5llgnhm29"))
+ (base32 "172ymc1vbg2rclq1rszx4y32vm900nn1mc4qg1a4mqxjiwvf5pzz"))
(patches (search-patches
"gobject-introspection-cc.patch"
"gobject-introspection-girepository.patch"
- branch core-updates updated (bd0dc2d -> 8bdacad), guix-commits, 2019/06/21
- 01/08: gnu: yelp-xsl: Update to 3.32.1., guix-commits, 2019/06/21
- 04/08: gnu: harfbuzz: Update to 2.5.2., guix-commits, 2019/06/21
- 02/08: gnu: glib: Update to 2.60.4., guix-commits, 2019/06/21
- 03/08: gnu: gobject-introspection: Update to 1.60.2.,
guix-commits <=
- 05/08: gnu: gobject-introspection: Build with Meson., guix-commits, 2019/06/21
- 07/08: gnu: vala: Update to 0.44.5., guix-commits, 2019/06/21
- 08/08: gnu: libcroco: Update to 0.6.13., guix-commits, 2019/06/21
- 06/08: gnu: glibmm: Update to 2.60.0., guix-commits, 2019/06/21