GNU bug report logs - #72202
[PATCH 00/38] Start work on GNOME 46

Previous Next

Package: guix-patches;

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

Date: Fri, 19 Jul 2024 22:41: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 #26 received at 72202 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 72202 <at> debbugs.gnu.org
Subject: [PATCH 33/38] gnu: sysprof: Update to 46.0.
Date: Fri, 19 Jul 2024 11:09:10 +0200
* gnu/packages/gnome.scm (sysprof): Update to 46.0.
---
 gnu/packages/gnome.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 52b27f1aca..97fa3c9c1d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13368,7 +13368,7 @@ (define-public feedbackd
 (define-public sysprof
   (package
     (name "sysprof")
-    (version "3.48.0")
+    (version "46.0")
     (source
      (origin
        (method url-fetch)
@@ -13376,7 +13376,7 @@ (define-public sysprof
                            (version-major+minor version) "/"
                            "sysprof-" version ".tar.xz"))
        (sha256
-        (base32 "0s11jwkvdbnq2jyz26mwy47wcxfsbawg53zlackvabygcqd0in87"))))
+        (base32 "0xnil6ian02mlgdq9s5rwd4l5vp6ywyp4nm08q4lwgmbxdspxakk"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -13401,6 +13401,8 @@ (define-public sysprof
            json-glib
            libadwaita
            libdazzle
+           libdex
+           libpanel
            libunwind
            polkit))
     (native-inputs
-- 
2.45.2





This bug report was last modified 74 days ago.

Previous Next


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