me
/
guix
Archived
1
0
Fork 0

gnu: libetonyek: Update to 0.1.10.

* gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.10.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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")))