gnu: libetonyek: Update to 0.1.10.

* gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.10.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-23 15:04:52 +02:00
parent 363095f296
commit d694018dac
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -453,14 +453,14 @@ (define-public libcdr
(define-public libetonyek
(package
(name "libetonyek")
(version "0.1.9")
(version "0.1.10")
(source
(origin
(method url-fetch)
(uri (string-append "http://dev-www.libreoffice.org/src/" name "/"
name "-" version ".tar.xz"))
(sha256 (base32
"0jhsbdimiyijdqriy0zzkjjgc4wi6fjimhdg4mdybrlwg7l7f5p6"))))
"16hy60ws29pb4pz3z5l4920yn9hnk2vlij0xfs5qi1w4drd46c5l"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-mdds=1.5")))