guix-commits
[Top][All Lists]
Advanced

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

05/13: gnu: libvisio: Update to 0.1.7.


From: guix-commits
Subject: 05/13: gnu: libvisio: Update to 0.1.7.
Date: Wed, 4 Sep 2019 19:17:04 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e25973e18fe1cf1f1d5ba82f31c03b7c900f42db
Author: Marius Bakke <address@hidden>
Date:   Wed Sep 4 20:28:42 2019 +0200

    gnu: libvisio: Update to 0.1.7.
    
    * gnu/packages/libreoffice.scm (libvisio): Update to 0.1.7.
---
 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 e66eeab..ce9ae40 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -576,14 +576,14 @@ created by PageMaker version 6.x and 7.")
 (define-public libvisio
   (package
     (name "libvisio")
-    (version "0.1.6")
+    (version "0.1.7")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "http://dev-www.libreoffice.org/src/libvisio/";
                           "libvisio-" version ".tar.xz"))
       (sha256 (base32
-               "1yahpfl13qk6178irv8jn5ppxdn7isafqisyqsdw0lqxcz9h447y"))))
+               "0k7adcbbf27l7n453cca1m6s9yj6qvb5j6bsg2db09ybf3w8vbwg"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("cppunit" ,cppunit)



reply via email to

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