guix-commits
[Top][All Lists]
Advanced

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

16/22: gnu: libzmf: Update to 0.0.2.


From: Marius Bakke
Subject: 16/22: gnu: libzmf: Update to 0.0.2.
Date: Tue, 10 Oct 2017 13:53:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 7cb3e9d3fca15c8a4f049102e1e8dea5dad5b8f6
Author: Marius Bakke <address@hidden>
Date:   Sun Oct 8 18:17:58 2017 +0200

    gnu: libzmf: Update to 0.0.2.
    
    * gnu/packages/libreoffice.scm (libzmf): Update to 0.0.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 5ad1bb6..78139ff 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -675,14 +675,14 @@ Works word processor file format.")
 (define-public libzmf
   (package
    (name "libzmf")
-   (version "0.0.1")
+   (version "0.0.2")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "http://dev-www.libreoffice.org/src/libzmf/libzmf-";
                           version ".tar.xz"))
       (sha256 (base32
-               "0yp5l1b90xim506zmr3ljkn3qkvbc7qk3dnwq1snxdpr57m37xga"))))
+               "08mg5kmkjrmqrd8j5rkzw9vdqlvibhb1ynp6bmfxnzq5rcq1l197"))))
    (build-system gnu-build-system)
    (inputs
     `(("boost" ,boost)



reply via email to

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