diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index ef40e018b1..211454f174 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -359,14 +359,14 @@ (define-public libcdr (define-public libetonyek (package (name "libetonyek") - (version "0.1.7") + (version "0.1.8") (source (origin (method url-fetch) (uri (string-append "http://dev-www.libreoffice.org/src/" name "/" name "-" version ".tar.xz")) (sha256 (base32 - "1b1lqy6g7flximlv0bp8jbsivyhdp679yj0d0q4jzm968h6y3nv9")))) + "0bfq9rwm040xhh7b3v0gsdavwvnrz4hkwnhpggarxk70mr3j7jcx")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--with-mdds=1.2")))