GNU bug report logs - #75470
[PATCH gnome-team 00/59] To 46.7 and beyond

Previous Next

Package: guix-patches;

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

Date: Thu, 9 Jan 2025 21:50:03 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 #44 received at 75470 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 75470 <at> debbugs.gnu.org
Subject: [PATCH gnome-team 14/59] gnu: mobile-broadband-provider-info:
 Update to 20240407.
Date: Thu, 9 Jan 2025 22:38:04 +0100
* gnu/packages/gnome.scm (mobile-broadband-provider-info): Update to 20240407.
[arguments]: Drop field.
[native-inputs]: Add libxml2.
---
 gnu/packages/gnome.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e9e25bb141..81c66c5b1d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8939,7 +8939,7 @@ (define-public network-manager-fortisslvpn
 (define-public mobile-broadband-provider-info
   (package
     (name "mobile-broadband-provider-info")
-    (version "20220725")
+    (version "20240407")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -8948,11 +8948,9 @@ (define-public mobile-broadband-provider-info
                     "mobile-broadband-provider-info-" version ".tar.xz"))
               (sha256
                (base32
-                "1k9acdnl4mr6aqh11xbklv2gyww82jddaqmw4aqdzwl7q80swia8"))))
-    (build-system gnu-build-system)
-    (arguments
-     `(#:tests? #f))                    ; no tests
-    (native-inputs (list libxslt))
+                "0jl13k02m63izk35kylv3v8q1c7xa19c4bpzqglzigzl2prfzgw9"))))
+    (build-system meson-build-system)
+    (native-inputs (list libxml2 libxslt))
     (home-page "https://wiki.gnome.org/Projects/NetworkManager")
     (synopsis "Database of broadband connection configuration")
     (description "Database of broadband connection configuration.")
-- 
2.47.1





This bug report was last modified 180 days ago.

Previous Next


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