gnu: orcus: Update to 0.19.2.
* gnu/packages/libreoffice.scm (orcus): Update to 0.19.2. Change-Id: I965428ba271bcdf0bcc9b31984cf628a09495b6b
This commit is contained in:
parent
cc45017211
commit
08e5a52a7f
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ their dependencies automatically upon calculation.")
|
||||||
(define-public orcus
|
(define-public orcus
|
||||||
(package
|
(package
|
||||||
(name "orcus")
|
(name "orcus")
|
||||||
(version "0.19.0")
|
(version "0.19.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
;; The test suite requires data files store with Git Large
|
;; The test suite requires data files store with Git Large
|
||||||
;; File Storage.
|
;; File Storage.
|
||||||
|
@ -129,7 +129,7 @@ their dependencies automatically upon calculation.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02prj6kgph56fkr89k8wlqarrmx65cq92863i4rrny5sqr8c2llr"))))
|
"03q72z91azq35l8jfvjizd6yghjrgrss221iwh5zjwvxgzcbkl7v"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments (list #:configure-flags #~(list "--disable-static")))
|
(arguments (list #:configure-flags #~(list "--disable-static")))
|
||||||
(native-inputs (list autoconf automake libtool pkg-config))
|
(native-inputs (list autoconf automake libtool pkg-config))
|
||||||
|
|
Reference in a new issue