gnu: liblangtag: Update to 0.6.2.

* gnu/packages/libreoffice.scm (liblangtag): Update to 0.6.2.
master
Marius Bakke 2017-10-08 17:25:47 +02:00
parent d35db297e7
commit 603231c1c3
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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)