[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: libcmis: Update to 0.6.0.
From: |
guix-commits |
Subject: |
01/03: gnu: libcmis: Update to 0.6.0. |
Date: |
Tue, 7 Nov 2023 23:29:36 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit 36c03db7cefead5841f1e5cb2a6d092fede06604
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Nov 7 22:29:00 2023 -0500
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(-)
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 <https://github.com/tdf/libcmis/pull/43>).
- (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))