diff options
author | Liliana Marie Prikler <[email protected]> | 2024-09-08 22:44:25 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:32 +0100 |
commit | aa4eeaaf4faa5955bf571c9c95b02a5a928a9f76 (patch) | |
tree | 0cf8586cb0b80adb81d467a9e76ed450c5883af9 /gnu/packages/glib.scm | |
parent | 2a609ee48c21d9eb4971da6de3a388d4daa64d70 (diff) |
gnu: glib: Update to 2.82.1.
* gnu/packages/glib.scm (glib): Update to 2.82.1.
Reviewed-by: Maxim Cournoyer <[email protected]>
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 35fc812526..27709ae5b0 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -246,7 +246,7 @@ information, refer to the @samp{dbus-daemon(1)} man page."))) (define glib (package (name "glib") - (version "2.78.0") + (version "2.82.1") (source (origin (method url-fetch) @@ -255,7 +255,7 @@ information, refer to the @samp{dbus-daemon(1)} man page."))) name "/" (string-take version 4) "/" name "-" version ".tar.xz")) (sha256 - (base32 "0c3vagxl77wma85qinbj974jvw96n5bvch2m7hqcwxq8fa5spsj4")) + (base32 "19l98kdv6d4363minliw0imvxh4qfdw5im988knf8bpm1d2391j7")) (patches (search-patches "glib-appinfo-watch.patch" "glib-skip-failing-test.patch")) @@ -495,7 +495,8 @@ information, refer to the @samp{dbus-daemon(1)} man page."))) python-wrapper tzdata-for-tests)) ;for tests/gdatetime.c (inputs - (list ;; "python", "python-wrapper" and "bash-minimal" + (list + ;; "python", "python-wrapper" and "bash-minimal" ;; are for the 'patch-shebangs' phase, to make ;; sure the installed scripts end up with a correct shebang ;; when cross-compiling. |