gnu: orcus: Update to 0.14.1.
* gnu/packages/libreoffice.scm (orcus): Update to 0.14.1.
This commit is contained in:
parent
5895437c61
commit
b64665d1d3
|
@ -107,7 +107,7 @@ their dependencies automatically upon calculation.")
|
||||||
(define-public orcus
|
(define-public orcus
|
||||||
(package
|
(package
|
||||||
(name "orcus")
|
(name "orcus")
|
||||||
(version "0.13.4")
|
(version "0.14.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -115,7 +115,7 @@ their dependencies automatically upon calculation.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r42waglxwmvvwl20fy49vzgfp1sis4j703f81iswzdyzqalq75p"))))
|
"1ays13a1x15j81dsrq0d3697v1bbqd3bfz3ajn6kb9d61y2drlgj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue