guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit aa051f3a32f682972f334192ea4ecb614603da09
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Oct 12 09:49:30 2025 +0200

    gnu: upower: Update to 1.90.10.
    
    * gnu/packages/gnome.scm (upower): Update to 1.90.10.
    [snippet]: Adjust accordingly.
    [#:phases]<adjust-test-suite>: Likewise.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/gnome.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 398d026a7c..a847371ee0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5778,7 +5778,7 @@ faster results and to avoid unnecessary server load.")
 (define-public upower
   (package
     (name "upower")
-    (version "1.90.2")
+    (version "1.90.10")
     (source
      (origin
        (method git-fetch)
@@ -5787,7 +5787,7 @@ faster results and to avoid unnecessary server load.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13xp423ycv8imf2cmgf6lii9f01p7x2v19cny7acrmczkc0cqv7d"))
+        (base32 "0vscs2n1qdbylnz37janvk0241g3ww3xcsk9402zn9sivnvl1jfk"))
        (modules '((guix build utils)))
        (snippet
         ;; Upstream commit <https://cgit.freedesktop.org/upower/commit/
@@ -5800,7 +5800,8 @@ faster results and to avoid unnecessary server load.")
              "get_option('sysconfdir') / 'dbus-1/system.d'")
             ;; Avoid writing to /var during the build, this is
             ;; not possible in Guix!
-            (("^install_subdir\\('does-not-exist'.*$") "")))))
+            (("^install_subdir\\('does-not-exist'.*$") "")
+            (("install_emptydir\\(historydir\\)") "")))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -5821,7 +5822,9 @@ faster results and to avoid unnecessary server load.")
                 (("test_bluetooth_hidpp_mouse")
                  "disabled_test_bluetooth_hidpp_mouse")
                 (("test_daemon_restart")
-                 "disabled_test_daemon_restart"))
+                 "disabled_test_daemon_restart")
+                (("test_battery_.*_polkit_not.*" all)
+                 (string-append "disabled_" all)))
               #$@(if (target-x86-32?)
                      ;; Address test failure caused by excess precision
                      ;; on i686:

Reply via email to