GNU bug report logs -
#66689
[PATCH gnome-team 00/14] Update everything in (gnu packages glib)
Previous Next
Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>
Date: Sun, 22 Oct 2023 20:36:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #283 received at 66689 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (gobject-introspection): Update to 1.78.1.
Change-Id: If76a6305f176f08c1b389c52ecd9d265ece1459d
---
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 d34cb826fb..3c1a2080d7 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -577,14 +577,14 @@ (define (correct-library-name-phase python name)
(define gobject-introspection
(package
(name "gobject-introspection")
- (version "1.76.1")
+ (version "1.78.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 "1grq6wmbi2nbnwffgvsljd481zm6darnk12dvkf02m9lcjzphq8r"))
+ (base32 "1d0vhi83q0xc7kg3zn32wy7n16f3dd5blicyh5v8w9gpkbcsnyxx"))
(patches (search-patches
"gobject-introspection-cc.patch"
"gobject-introspection-girepository.patch"
--
2.41.0
This bug report was last modified 1 year and 203 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.