guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: libcdr: Update to 0.1.7.


From: guix-commits
Subject: 04/05: gnu: libcdr: Update to 0.1.7.
Date: Sat, 15 May 2021 13:25:10 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit c5c977b5ea700a25296ba220736167afc07ad156
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat May 15 15:42:10 2021 +0200

    gnu: libcdr: Update to 0.1.7.
    
    * gnu/packages/libreoffice.scm (libcdr): 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 39867a1..c2a935e 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -424,14 +424,14 @@ AbiWord documents.")
 (define-public libcdr
   (package
     (name "libcdr")
-    (version "0.1.6")
+    (version "0.1.7")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://dev-www.libreoffice.org/src/"; name "/"
                           name "-" version ".tar.xz"))
       (sha256 (base32
-               "0qgqlw6i25zfq1gf7f6r5hrhawlrgh92sg238kjpf2839aq01k81"))))
+               "1m6dirmyhqwnrpv80z97x5k5hdh4kh8a8zlq3smbjrilc6fj8rjn"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("cppunit" ,cppunit)



reply via email to

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