guix-commits
[Top][All Lists]
Advanced

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

05/22: gnu: libwpg: Update to 0.3.2.


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

mbakke pushed a commit to branch master
in repository guix.

commit feef3b2a08ce7769e29bc27421dbc19724d9ec31
Author: Marius Bakke <address@hidden>
Date:   Sun Oct 8 17:16:58 2017 +0200

    gnu: libwpg: Update to 0.3.2.
    
    * gnu/packages/libreoffice.scm (libwpg): Update to 0.3.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 64b8e13..8344ec9 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -223,14 +223,14 @@ ZVR (simple compressed text format).")
 (define-public libwpg
   (package
     (name "libwpg")
-    (version "0.3.0")
+    (version "0.3.2")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://sourceforge/" name "/" name "/"
                           name "-" version "/" name "-" version ".tar.xz"))
       (sha256 (base32
-               "097jx8a638fwwfrzf6v29r1yhc34rq9526py7wf0ck2z4fcr2w3g"))))
+               "0cwc5zkp210c661l0bvk6q21jg9ak5g8gmy578w5fgfnjymz3yjp"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)



reply via email to

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