guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a4bb22ce55e03480949903374272c283e832ad79
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 404f324f21..658c1f7069 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)
@@ -2643,7 +2644,7 @@ asynchronicity.")
(define-public libphonenumber
(package
(name "libphonenumber")
- (version "8.11.3")
+ (version "9.0.21")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2654,7 +2655,7 @@ asynchronicity.")
"libphonenumber-reproducible-build.patch"))
(sha256
(base32
- "06y3mh1d1mks6d0ynxp3980g712nkf8l5nyljpybsk326b246hg9"))))
+ "07ap8qvzlm4wb7x8qvs4n1jhb50fgwsy41ck4ivsj427wy79726r"))))
(arguments
(list
#:modules '((guix build cmake-build-system)
@@ -2672,7 +2673,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