From 36c03db7cefead5841f1e5cb2a6d092fede06604 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 7 Nov 2023 22:29:00 -0500 Subject: gnu: libcmis: Update to 0.6.0. * gnu/packages/libreoffice.scm (libcmis): Update to 0.6.0. Change-Id: I2aeb6ecd67fcb281e61fbd48b4aa63d2763007a3 --- gnu/packages/libreoffice.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/libreoffice.scm') diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 572077a0ee..cd6c503af6 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -353,7 +353,7 @@ working with graphics in the WPG (WordPerfect Graphics) format.") (name "libcmis") ;; Note: Use an unreleased version because libreoffice requires it and ;; is the only user (see ). - (version "0.5.2-46-gf264a61") + (version "0.6.0") (home-page "https://github.com/tdf/libcmis") (source (origin @@ -363,7 +363,7 @@ working with graphics in the WPG (WordPerfect Graphics) format.") (file-name (git-file-name name version)) (sha256 (base32 - "06ff5vw0xrymvvna18wlaayyk20755sk2541i1gh7zpbmncs2ni6")))) + "17jx9fb7nmyp6jhz9nlmb3wcp8k03vhcv7sqql6a7jhsjnw3hq0k")))) (build-system gnu-build-system) (native-inputs (list autoconf automake libtool cppunit pkg-config)) -- cgit 1.4.1