[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: gobject-introspection: Update to 1.56.1.
From: |
Marius Bakke |
Subject: |
02/07: gnu: gobject-introspection: Update to 1.56.1. |
Date: |
Mon, 30 Apr 2018 15:11:21 -0400 (EDT) |
mbakke pushed a commit to branch core-updates-next
in repository guix.
commit e85f7ac21ce6ce6d0bbe035d30d5a9ec59d5d88c
Author: Marius Bakke <address@hidden>
Date: Sun Apr 15 15:00:28 2018 +0200
gnu: gobject-introspection: Update to 1.56.1.
* gnu/packages/glib.scm (gobject-introspection): Update to 1.56.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 3f61fb0..e68df12 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -302,14 +302,14 @@ dynamic loading, and an object system.")
(define gobject-introspection
(package
(name "gobject-introspection")
- (version "1.56.0")
+ (version "1.56.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 "1y50pbn5qqbcv2h9rkz96wvv5jls2gma9bkqjq6wapmaszx5jw0d"))
+ (base32 "0jx2kryjd7l0vl5gb3qp1qjfy3cjiizvcd1snsm7pzwrzz67aa2v"))
(modules '((guix build utils)))
(snippet
'(begin
- branch core-updates-next created (now c98fe1d), Marius Bakke, 2018/04/30
- 02/07: gnu: gobject-introspection: Update to 1.56.1.,
Marius Bakke <=
- 03/07: gnu: pango: Update to 1.42.1., Marius Bakke, 2018/04/30
- 01/07: gnu: glib: Update to 2.56.1., Marius Bakke, 2018/04/30
- 06/07: gnu: libuv: Update to 1.20.2., Marius Bakke, 2018/04/30
- 05/07: gnu: sqlite: Update to 3.23.1., Marius Bakke, 2018/04/30
- 04/07: gnu: cairo: Update to 1.14.12., Marius Bakke, 2018/04/30
- 07/07: gnu: cmake: Update to 3.11.1., Marius Bakke, 2018/04/30