me
/
guix
Archived
1
0
Fork 0

gnu: orcus: Update to 0.16.1.

* gnu/packages/libreoffice.scm (orcus): Update to 0.16.1.
master
Efraim Flashner 2021-06-22 12:43:33 +03:00
parent e1f5517c46
commit 4aae607119
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ their dependencies automatically upon calculation.")
(define-public orcus
(package
(name "orcus")
(version "0.15.3")
(version "0.16.1")
(source
(origin
(method url-fetch)
@ -123,7 +123,7 @@ their dependencies automatically upon calculation.")
"orcus-" version ".tar.xz"))
(sha256
(base32
"14gbnqsv5n2fm4sxa17014f440clrzls6p2w2ixk9wipg4950v9s"))))
"1bps34sqz7wlrl01ssywjd5fbmssplifs0rskivgrg801lr6pcm4"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))