guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.
commit 7ae1d05ea1a528e41fa5b53b882a1e1d9a1e0e33
Author: John Kehayias <[email protected]>
AuthorDate: Sun Sep 21 12:03:14 2025 -0400
gnu: liblangtag: Update to 0.6.7.
* gnu/packages/libreoffice.scm (liblangtag): Update to 0.6.7.
Change-Id: I53a382d3c5784240a941c85f3efc29612655b4df
---
gnu/packages/libreoffice.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index a23b980bdf..60fcac4069 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -479,14 +479,14 @@ Apple Keynote documents. It currently supports Keynote
versions 2 to 5.")
(define-public liblangtag
(package
(name "liblangtag")
- (version "0.6.4")
+ (version "0.6.7")
(source
(origin
(method url-fetch)
(uri (string-append "https://bitbucket.org/tagoh/liblangtag/downloads/"
"liblangtag-" version ".tar.bz2"))
(sha256
- (base32 "0r55r30ih8dgq1hwbpl834igilj7bpxcnmlrlkd3vryk2wn0c0ap"))))
+ (base32 "03h33sjqsrmmkyj2kxs7c6226hd4s5n22bz62b4hag1zmvabrmjy"))))
(build-system gnu-build-system)
(native-inputs
(list libtool pkg-config))