gnu: libcmis: Update to 0.6.0.

* gnu/packages/libreoffice.scm (libcmis): Update to 0.6.0.

Change-Id: I2aeb6ecd67fcb281e61fbd48b4aa63d2763007a3
This commit is contained in:
Maxim Cournoyer 2023-11-07 22:29:00 -05:00
parent 19fe24c5b9
commit 36c03db7ce
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -353,7 +353,7 @@ (define-public libcmis
(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 @@ (define-public libcmis
(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))