3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: orcus: Update to 0.15.3.

* gnu/packages/libreoffice.scm (orcus): Update to 0.15.3.
This commit is contained in:
Leo Famulari 2020-01-30 15:04:34 -05:00
parent dbbe244851
commit 80f29b83db
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -113,7 +113,7 @@ their dependencies automatically upon calculation.")
(define-public orcus
(package
(name "orcus")
(version "0.14.1")
(version "0.15.3")
(source
(origin
(method url-fetch)
@ -121,7 +121,7 @@ their dependencies automatically upon calculation.")
name "-" version ".tar.xz"))
(sha256
(base32
"1ays13a1x15j81dsrq0d3697v1bbqd3bfz3ajn6kb9d61y2drlgj"))))
"14gbnqsv5n2fm4sxa17014f440clrzls6p2w2ixk9wipg4950v9s"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))