me
/
guix
Archived
1
0
Fork 0

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 (define-public liblangtag
(package (package
(name "liblangtag") (name "liblangtag")
(version "0.5.8") (version "0.6.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -402,7 +402,7 @@ Apple Keynote documents. It currently supports Keynote versions 2 to 5.")
name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1akf0d7yp29pv3j2pw2riii4n5kyjr9szc0y77khnx9zzr5zdqh8")))) "0bnm4hllr8cfrybm8rw7b8n0nlhzhnv73bkg1bxk452g6a82f96n"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("libtool" ,libtool) `(("libtool" ,libtool)