diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2020-04-23 19:04:46 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-05-12 10:49:55 -0400 |
commit | d4cc5dda46233c5fde8bc468ddec2df0116c5c7c (patch) | |
tree | 5c4618a9a689e38c7bf5a1469e81b378fba440ca /gnu | |
parent | 87e51975aea9a211019fb27ec20dc88b9e21d227 (diff) | |
download | guix-d4cc5dda46233c5fde8bc468ddec2df0116c5c7c.tar.gz |
gnu: mobile-broadband-provider-info: Update to 20190618.
* gnu/packages/gnome.scm (mobile-broadband-provider-info): Update to 20190618. [native-inputs]: Add libxslt.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0631cf0a1c..f6b2f3a929 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6734,7 +6734,7 @@ Cisco's AnyConnect SSL VPN.") (define-public mobile-broadband-provider-info (package (name "mobile-broadband-provider-info") - (version "20190116") + (version "20190618") (source (origin (method url-fetch) (uri (string-append @@ -6743,10 +6743,12 @@ Cisco's AnyConnect SSL VPN.") "mobile-broadband-provider-info-" version ".tar.xz")) (sha256 (base32 - "16y5lc7pfdvai9c8xwb825zc3v46039gghbip13fqslf5gw11fic")))) + "0nyf7kxxhig80myi7j45yg34nqqqxzm2xvdnxjg5p5yicnjn8bf2")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ; no tests + (native-inputs + `(("libxslt" ,libxslt))) (home-page "https://wiki.gnome.org/Projects/NetworkManager") (synopsis "Database of broadband connection configuration") (description "Database of broadband connection configuration.") |