guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/107: gnu: gobject-introspection: Update to 1.64.1.


From: guix-commits
Subject: 05/107: gnu: gobject-introspection: Update to 1.64.1.
Date: Tue, 12 May 2020 10:53:05 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 8d81734043d3cf902328fb3f8fc179b9cacf5ea5
Author: Kei Kebreau <address@hidden>
AuthorDate: Thu Apr 16 15:17:48 2020 -0400

    gnu: gobject-introspection: Update to 1.64.1.
    
    * gnu/packages/glib.scm (gobject-introspection): Update to 1.64.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 cc84c17..accf7cc 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -406,14 +406,14 @@ dynamic loading, and an object system.")
 (define gobject-introspection
   (package
     (name "gobject-introspection")
-    (version "1.62.0")
+    (version "1.64.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 "18lhglg9v6y83lhqzyifc1z0wrlawzrhzzxx0a3h1g7xaz97xvmi"))
+              (base32 "19vz7vp10h0zj3f491yk72dp89bix6rgkzxg4qcm4d6151ksxgl0"))
              (patches (search-patches
                        "gobject-introspection-cc.patch"
                        "gobject-introspection-girepository.patch"



reply via email to

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