gnu: libetonyek: Update to 0.1.10.
* gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.10.master
parent
363095f296
commit
d694018dac
|
@ -453,14 +453,14 @@ CorelDRAW documents of all versions.")
|
||||||
(define-public libetonyek
|
(define-public libetonyek
|
||||||
(package
|
(package
|
||||||
(name "libetonyek")
|
(name "libetonyek")
|
||||||
(version "0.1.9")
|
(version "0.1.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://dev-www.libreoffice.org/src/" name "/"
|
(uri (string-append "http://dev-www.libreoffice.org/src/" name "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"0jhsbdimiyijdqriy0zzkjjgc4wi6fjimhdg4mdybrlwg7l7f5p6"))))
|
"16hy60ws29pb4pz3z5l4920yn9hnk2vlij0xfs5qi1w4drd46c5l"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--with-mdds=1.5")))
|
`(#:configure-flags '("--with-mdds=1.5")))
|
||||||
|
|
Reference in New Issue