[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/51: gnu: gobject-introspection: Update to 1.62.0.
From: |
guix-commits |
Subject: |
01/51: gnu: gobject-introspection: Update to 1.62.0. |
Date: |
Fri, 24 Jan 2020 14:48:06 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 49d7167328aa1a1f6408f220b1864094d1630a06
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Jan 23 23:21:44 2020 +0100
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 ba80656..08c7811 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -403,14 +403,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 core-updates updated (3440fec -> 8c81210), guix-commits, 2020/01/24
- 01/51: gnu: gobject-introspection: Update to 1.62.0.,
guix-commits <=
- 06/51: gnu: python-coverage: Update to 5.0.3., guix-commits, 2020/01/24
- 04/51: gnu: fontforge: Fix build with Python 3.8., guix-commits, 2020/01/24
- 17/51: gnu: python-sortedcontainers: Add python2 variant., guix-commits, 2020/01/24
- 13/51: gnu: python-flake8: Update to 3.7.9., guix-commits, 2020/01/24
- 10/51: gnu: python-configparser: Update to 4.0.2., guix-commits, 2020/01/24
- 12/51: gnu: python2-pathlib2: Update to 2.3.5., guix-commits, 2020/01/24
- 28/51: gnu: python-pytest-cov: Update to 2.8.1., guix-commits, 2020/01/24
- 03/51: gnu: boost: Fix build with Python 3.8., guix-commits, 2020/01/24
- 11/51: gnu: python-six: Update to 1.13.0., guix-commits, 2020/01/24
- 07/51: gnu: python-setuptools-scm: Update to 3.3.3., guix-commits, 2020/01/24