gnu: orcus: Update to 0.13.4.
* gnu/packages/libreoffice.scm (orcus): Update to 0.13.4.
This commit is contained in:
parent
a3f2425e5d
commit
e47e1f3311
|
@ -105,14 +105,15 @@ their dependencies automatically upon calculation.")
|
|||
(define-public orcus
|
||||
(package
|
||||
(name "orcus")
|
||||
(version "0.12.1")
|
||||
(version "0.13.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://kohei.us/files/" name "/src/lib"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256 (base32
|
||||
"171bmqa9hkk4xygz20qda5900rs4kq9fgl424ldkxlj4d733dffi"))))
|
||||
(sha256
|
||||
(base32
|
||||
"1r42waglxwmvvwl20fy49vzgfp1sis4j703f81iswzdyzqalq75p"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in New Issue