unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73127] [PATCH gnome-team] gnu: glib: Update to 2.80.5.
@ 2024-09-08 20:44 Liliana Marie Prikler
  2024-09-08 20:44 ` [bug#73127] [PATCH gnome-team v2] " Liliana Marie Prikler
  2024-09-11  3:46 ` [bug#73127] [PATCH gnome-team] " Maxim Cournoyer
  0 siblings, 2 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2024-09-08 20:44 UTC (permalink / raw)
  To: 73127; +Cc: liliana.prikler, maxim.cournoyer, vivien

* gnu/packages/glib.scm (glib): Update to 2.80.5.
[native-inputs]: Add python-packaging-bootstrap.
---
 gnu/packages/glib.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index d6275ea63e..a0f1949f2f 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -73,6 +73,7 @@ (define-module (gnu packages glib)
   #:use-module (gnu packages popt)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages python)
+  #:use-module (gnu packages python-build)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages sqlite)
   #:use-module (gnu packages web)
@@ -243,7 +244,7 @@ (define-public dbus-verbose
 (define glib
   (package
     (name "glib")
-    (version "2.78.0")
+    (version "2.80.5")
     (source
      (origin
        (method url-fetch)
@@ -252,7 +253,7 @@ (define glib
                        name "/" (string-take version 4) "/"
                        name "-" version ".tar.xz"))
        (sha256
-        (base32 "0c3vagxl77wma85qinbj974jvw96n5bvch2m7hqcwxq8fa5spsj4"))
+        (base32 "0wb77rnfcfmz368dg7b8d4waif8qddidcdvyvszmns9wh3gaj8wz"))
        (patches
         (search-patches "glib-appinfo-watch.patch"
                         "glib-skip-failing-test.patch"))
@@ -483,6 +484,7 @@ (define glib
            perl                         ;needed by GIO tests
            pkg-config
            python                       ;for 'patch-python-references
+           python-packaging-bootstrap
            python-wrapper
            tzdata-for-tests))           ;for tests/gdatetime.c
     (inputs

base-commit: bf0af917fe6127d79251c7c0f3e3d33e1e8b1403
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-09-14 13:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-08 20:44 [bug#73127] [PATCH gnome-team] gnu: glib: Update to 2.80.5 Liliana Marie Prikler
2024-09-08 20:44 ` [bug#73127] [PATCH gnome-team v2] " Liliana Marie Prikler
2024-09-14 13:20   ` Maxim Cournoyer
2024-09-11  3:46 ` [bug#73127] [PATCH gnome-team] " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).