mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: ixion: Update to 0.16.1.
* gnu/packages/libreoffice.scm (ixion): Update to 0.16.1.
This commit is contained in:
parent
3623696db1
commit
cb180427d0
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ (define-module (gnu packages libreoffice)
|
||||||
(define-public ixion
|
(define-public ixion
|
||||||
(package
|
(package
|
||||||
(name "ixion")
|
(name "ixion")
|
||||||
(version "0.15.0")
|
(version "0.16.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -96,7 +96,7 @@ (define-public ixion
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rmrl2zjzi4z0abf2cd54acypkccdhx2065dlyzy6xg83gv0mxmi"))))
|
"17q84mhy4rb3masvjw24x549irdjmccnc8n04xh58v9l7hxn8v22"))))
|
||||||
(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 a new issue