guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 39519f401e3a5e7a042fabdf8cdf528d75365db0
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 16:37:13 2025 +0530
gnu: libphonenumber: Update to 9.0.21.
* gnu/packages/messaging.scm (libphonenumber): Update to 9.0.21.
[inputs]: Add abseil-cpp and icedtea.
Change-Id: I5dcfc506b04f6de7798f839fc8ff8e57b8b46538
---
gnu/packages/messaging.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 95c82a05e8..e7b5c05cab 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -109,6 +109,7 @@
#:use-module (gnu packages hunspell)
#:use-module (gnu packages icu4c)
#:use-module (gnu packages image)
+ #:use-module (gnu packages java)
#:use-module (gnu packages kde-frameworks)
#:use-module (gnu packages kerberos)
#:use-module (gnu packages less)
@@ -2638,7 +2639,7 @@ asynchronicity.")
(define-public libphonenumber
(package
(name "libphonenumber")
- (version "8.11.3")
+ (version "9.0.21")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2649,7 +2650,7 @@ asynchronicity.")
"libphonenumber-reproducible-build.patch"))
(sha256
(base32
- "06y3mh1d1mks6d0ynxp3980g712nkf8l5nyljpybsk326b246hg9"))))
+ "07ap8qvzlm4wb7x8qvs4n1jhb50fgwsy41ck4ivsj427wy79726r"))))
(arguments
(list
#:modules '((guix build cmake-build-system)
@@ -2667,7 +2668,7 @@ asynchronicity.")
(native-inputs
(list googletest pkg-config))
(inputs
- (list boost-1.83 protobuf icu4c))
+ (list abseil-cpp boost-1.83 protobuf icedtea icu4c))
(synopsis "Library for parsing and using phone numbers")
(description
"This package provides a C++ library for parsing, formatting, and