guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/22: gnu: liblangtag: Update to 0.6.2.


From: Marius Bakke
Subject: 07/22: gnu: liblangtag: Update to 0.6.2.
Date: Tue, 10 Oct 2017 13:53:44 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 603231c1c32d3dda52c564a02559fabc558486b4
Author: Marius Bakke <address@hidden>
Date:   Sun Oct 8 17:25:47 2017 +0200

    gnu: liblangtag: Update to 0.6.2.
    
    * gnu/packages/libreoffice.scm (liblangtag): Update to 0.6.2.
---
 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 8ff4d14..0eb4ffb 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]