guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]