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

commit cc48ae49375a99ec4fd1f988fb91c60ff8924a60
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.
    [native-inputs]: Replace python-dbus-1.2 with python-dbus.
    
    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 394b1a0713..7b6fd7b64c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5799,7 +5799,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)
@@ -5808,7 +5808,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/
@@ -5821,7 +5821,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
@@ -5860,6 +5861,8 @@ faster results and to avoid unnecessary server load.")
                 ;; AssertionError: 8 != 28
                 (("test_bluetooth_le_device")
                  "__off_test_bluetooth_le_device"))
+                (("test_battery_.*_polkit_not.*" all)
+                 (string-append "disabled_" all))
               #$@(if (target-x86-32?)
                      ;; Address test failure caused by excess precision
                      ;; on i686:
@@ -5886,7 +5889,7 @@ faster results and to avoid unnecessary server load.")
            pkg-config
            python
            ;; For tests.
-           python-dbus-1.2
+           python-dbus
            python-dbusmock-for-tests
            python-packaging
            python-pygobject

Reply via email to