summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-10-08 17:25:47 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-10-10 18:37:59 +0200
commit603231c1c32d3dda52c564a02559fabc558486b4 (patch)
tree6010dcf6b07b743467f8f0c225d91e8cfcc83a29 /gnu/packages/libreoffice.scm
parentd35db297e77bd3e8db3dfe413659944c6388ad35 (diff)
downloadguix-patches-603231c1c32d3dda52c564a02559fabc558486b4.tar
guix-patches-603231c1c32d3dda52c564a02559fabc558486b4.tar.gz
gnu: liblangtag: Update to 0.6.2.
* gnu/packages/libreoffice.scm (liblangtag): Update to 0.6.2.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-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 8ff4d14006..0eb4ffb493 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -394,7 +394,7 @@ Apple Keynote documents. It currently supports Keynote versions 2 to 5.")
(define-public liblangtag
(package
(name "liblangtag")
- (version "0.5.8")
+ (version "0.6.2")
(source
(origin
(method url-fetch)
@@ -402,7 +402,7 @@ Apple Keynote documents. It currently supports Keynote versions 2 to 5.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "1akf0d7yp29pv3j2pw2riii4n5kyjr9szc0y77khnx9zzr5zdqh8"))))
+ "0bnm4hllr8cfrybm8rw7b8n0nlhzhnv73bkg1bxk452g6a82f96n"))))
(build-system gnu-build-system)
(native-inputs
`(("libtool" ,libtool)