diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-23 15:04:52 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-23 22:39:15 +0200 |
commit | d694018daca526b8a743faf45839e5a44ada7490 (patch) | |
tree | 65a47ee8dd510ca0db5ac0de1b3519730da36393 /gnu/packages/libreoffice.scm | |
parent | 363095f296bb49d4a43603e273706ae33ee061ac (diff) | |
download | guix-d694018daca526b8a743faf45839e5a44ada7490.tar.gz |
gnu: libetonyek: Update to 0.1.10.
* gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.10.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r-- | gnu/packages/libreoffice.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 4218168cd2..e03047c3fd 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -453,14 +453,14 @@ CorelDRAW documents of all versions.") (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"))) |