summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-11-20 01:00:01 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-11-27 01:00:01 +0100
commit9bd67e8209daa9663981eedb836c76e8f3ebe6f0 (patch)
tree06fdc5d9049963fe94c6af65b3b16f8b57e12f6b /gnu
parenta46cf609654b1efdfcf1cddf69135b9846314249 (diff)
downloadguix-9bd67e8209daa9663981eedb836c76e8f3ebe6f0.tar.gz
gnu: liblangtag: Update to 0.6.4.
* gnu/packages/libreoffice.scm (liblangtag): Update to 0.6.4.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/libreoffice.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 530396213a..f6ff3f5a14 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -483,14 +483,14 @@ Apple Keynote documents.  It currently supports Keynote versions 2 to 5.")
 (define-public liblangtag
   (package
     (name "liblangtag")
-    (version "0.6.3")
+    (version "0.6.4")
     (source
       (origin
         (method url-fetch)
         (uri (string-append "https://bitbucket.org/tagoh/liblangtag/downloads/"
                             "liblangtag-" version ".tar.bz2"))
         (sha256
-         (base32 "1g9kwxx60q0hpwvs66ys1cb9qg54hfvbivadwli8sfpc085a44hz"))))
+         (base32 "0r55r30ih8dgq1hwbpl834igilj7bpxcnmlrlkd3vryk2wn0c0ap"))))
     (build-system gnu-build-system)
     (native-inputs
      (list libtool pkg-config))