mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: libwps: Update to 0.4.13.
* gnu/packages/libreoffice.scm (libwps): Update to 0.4.13.
This commit is contained in:
parent
9bd67e8209
commit
bc7b16a565
1 changed files with 2 additions and 2 deletions
|
@ -745,14 +745,14 @@ (define-public libstaroffice
|
||||||
(define-public libwps
|
(define-public libwps
|
||||||
(package
|
(package
|
||||||
(name "libwps")
|
(name "libwps")
|
||||||
(version "0.4.12")
|
(version "0.4.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/" name "/" name "/"
|
(uri (string-append "mirror://sourceforge/" name "/" name "/"
|
||||||
name "-" version "/" name "-" version ".tar.xz"))
|
name "-" version "/" name "-" version ".tar.xz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"1nsfacqp5sfkyayw7q0wp68lidksd1wjdix8qmsbf0vdl19gn6p2"))))
|
"03y4aslp5lfqc14agn0hgkifwrknh8s4hfjll9wrfs1hq3kaz5ff"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list doxygen pkg-config))
|
(list doxygen pkg-config))
|
||||||
|
|
Loading…
Reference in a new issue