summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-11-07 22:29:00 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-11-07 22:29:21 -0500
commit36c03db7cefead5841f1e5cb2a6d092fede06604 (patch)
tree1ed4cdeadd033979e824c13aff48cffc00e214dc /gnu/packages/libreoffice.scm
parent19fe24c5b978a16cbca3cddbfa3ab9d1ee2c68f2 (diff)
gnu: libcmis: Update to 0.6.0.
* gnu/packages/libreoffice.scm (libcmis): Update to 0.6.0. Change-Id: I2aeb6ecd67fcb281e61fbd48b4aa63d2763007a3
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r--gnu/packages/libreoffice.scm4
1 files 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))