[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/60: gnu: gobject-introspection: Update to 1.62.0.
From: |
guix-commits |
Subject: |
02/60: gnu: gobject-introspection: Update to 1.62.0. |
Date: |
Sat, 25 Jan 2020 14:46:57 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 71261ebde89fe68084582286bcd163f04015a6b1
Author: Kei Kebreau <address@hidden>
AuthorDate: Mon Dec 16 13:27:37 2019 -0500
gnu: gobject-introspection: Update to 1.62.0.
* gnu/packages/glib.scm (gobject-introspection): Update to 1.62.0.
---
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 f1898e0..99cd011 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -379,14 +379,14 @@ dynamic loading, and an object system.")
(define gobject-introspection
(package
(name "gobject-introspection")
- (version "1.60.2")
+ (version "1.62.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/"
"gobject-introspection/" (version-major+minor version)
"/gobject-introspection-" version ".tar.xz"))
(sha256
- (base32 "172ymc1vbg2rclq1rszx4y32vm900nn1mc4qg1a4mqxjiwvf5pzz"))
+ (base32 "18lhglg9v6y83lhqzyifc1z0wrlawzrhzzxx0a3h1g7xaz97xvmi"))
(patches (search-patches
"gobject-introspection-cc.patch"
"gobject-introspection-girepository.patch"
- branch wip-gnome3.34 created (now 7eb7d9e), guix-commits, 2020/01/25
- 03/60: gnu: adwaita-icon-theme: Update to 3.34.3., guix-commits, 2020/01/25
- 01/60: gnu: glib: Update to 2.62.3., guix-commits, 2020/01/25
- 02/60: gnu: gobject-introspection: Update to 1.62.0.,
guix-commits <=
- 05/60: gnu: dconf: Update to 3.34.0., guix-commits, 2020/01/25
- 08/60: gnu: gnome-desktop: Update to 3.34.2., guix-commits, 2020/01/25
- 07/60: gnu: eog: Update to 3.34.1., guix-commits, 2020/01/25
- 04/60: gnu: baobab: Update to 3.34.0., guix-commits, 2020/01/25
- 06/60: gnu: dconf-editor: Update to 3.34.2., guix-commits, 2020/01/25
- 09/60: gnu: gnome-backgrounds: Update to 3.34.0., guix-commits, 2020/01/25
- 11/60: gnu: libdazzle: Update to 3.34.1., guix-commits, 2020/01/25
- 12/60: gnu: vala: Update to 0.46.5., guix-commits, 2020/01/25
- 13/60: gnu: gcr: Update to 3.34.0., guix-commits, 2020/01/25
- 15/60: gnu: gedit: Update to 3.34.1., guix-commits, 2020/01/25