mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -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
|
||||
(package
|
||||
(name "ixion")
|
||||
(version "0.15.0")
|
||||
(version "0.16.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -96,7 +96,7 @@ (define-public ixion
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rmrl2zjzi4z0abf2cd54acypkccdhx2065dlyzy6xg83gv0mxmi"))))
|
||||
"17q84mhy4rb3masvjw24x549irdjmccnc8n04xh58v9l7hxn8v22"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue