gnu: orcus: Update to 0.17.2.
* gnu/packages/libreoffice.scm (orcus): Update to 0.17.2.
parent
c61e7ddd29
commit
ce0aa88d1c
|
@ -114,7 +114,7 @@ their dependencies automatically upon calculation.")
|
||||||
(define-public orcus
|
(define-public orcus
|
||||||
(package
|
(package
|
||||||
(name "orcus")
|
(name "orcus")
|
||||||
(version "0.16.1")
|
(version "0.17.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -122,7 +122,7 @@ their dependencies automatically upon calculation.")
|
||||||
"orcus-" version ".tar.xz"))
|
"orcus-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bps34sqz7wlrl01ssywjd5fbmssplifs0rskivgrg801lr6pcm4"))))
|
"1as04qb74jnlnwy4wh5jwaw2nnzgn2s3230ymvh3kx1w9r0rsl1h"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-static")))
|
`(#:configure-flags '("--disable-static")))
|
||||||
|
|
Reference in New Issue