diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 789b11e944cbea8a591acc4f519fab6bcebba2d7..b4f5dc10212a81fdbe7bf7a1e49445b0f71f6c37 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -569,14 +569,14 @@ (define-public libmwaw (define-public libwps (package (name "libwps") - (version "0.3.1") + (version "0.4.0") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/" name "/" name "/" name "-" version ".tar.xz")) (sha256 (base32 - "14wfhw1ahavhx4hrdzc4hdwxjlffrm939kswf2x1250jnmyjlb5v")))) + "0nlrdk7di015l0sk0ivjdqs86zdcvf73p9z9s9ry5glyhrknzxjk")))) (build-system gnu-build-system) (native-inputs `(("doxygen" ,doxygen)