mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: orcus: Update to 0.17.2.
* gnu/packages/libreoffice.scm (orcus): Update to 0.17.2.
This commit is contained in:
parent
c61e7ddd29
commit
ce0aa88d1c
1 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ (define-public ixion
|
|||
(define-public orcus
|
||||
(package
|
||||
(name "orcus")
|
||||
(version "0.16.1")
|
||||
(version "0.17.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -122,7 +122,7 @@ (define-public orcus
|
|||
"orcus-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1bps34sqz7wlrl01ssywjd5fbmssplifs0rskivgrg801lr6pcm4"))))
|
||||
"1as04qb74jnlnwy4wh5jwaw2nnzgn2s3230ymvh3kx1w9r0rsl1h"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--disable-static")))
|
||||
|
|
Loading…
Reference in a new issue