GNU bug report logs - #75167
[PATCH gnome-team 0/6] Update GNOME Builder to 47.2

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Sat, 28 Dec 2024 21:15:01 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 #17 received at 75167 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 75167 <at> debbugs.gnu.org
Subject: [PATCH gnome-team 3/6] gnu: libdex: Update to 0.8.1.
Date: Sat, 28 Dec 2024 20:23:23 +0100
* gnu/packages/glib.scm (libdex): Update to 0.8.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 3ffdb269333..7a233e60f48 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1564,7 +1564,7 @@ (define-public dbus-test-runner
 (define-public libdex
   (package
     (name "libdex")
-    (version "0.4.1")
+    (version "0.8.1")
     (source
      (origin
        (method url-fetch)
@@ -1572,7 +1572,7 @@ (define-public libdex
                            (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "0fj4bggygdxgfsdrhc3zg1y2065g0skpz1l2bqwl0jqn9m3zbdc1"))))
+        (base32 "183qsc46n0pf3whlamfrbckbsxzfnmj54hvhdxpvvaj37snpam4m"))))
     (build-system meson-build-system)
     (arguments
      (list #:configure-flags #~'("-D" "docs=true")))
-- 
2.46.0





This bug report was last modified 179 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.