summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-09 18:09:32 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-09 18:29:09 +0200
commitf6a62f68fa2bcc7a0d1d7226b47ccacf01e0069f (patch)
tree619e7410d1b344a375be19d44692145c0a17387f /gnu/packages/libreoffice.scm
parentdd55d64338021634d4091eecb73ba4de0d5c2622 (diff)
downloadguix-patches-f6a62f68fa2bcc7a0d1d7226b47ccacf01e0069f.tar
guix-patches-f6a62f68fa2bcc7a0d1d7226b47ccacf01e0069f.tar.gz
gnu: libmwaw: Update to 0.3.18.
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.18.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r--gnu/packages/libreoffice.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index a8c2ac5c4b..39867a1994 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -714,14 +714,14 @@ text documents, vector drawings, presentations and spreadsheets.")
(define-public libmwaw
(package
(name "libmwaw")
- (version "0.3.17")
+ (version "0.3.18")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/libmwaw/libmwaw/libmwaw-"
version "/libmwaw-" version ".tar.xz"))
(sha256
- (base32 "074ipcq9w7jbd5x316dzclddgia2ydw098ph9d7p3d713pmkf5cf"))))
+ (base32 "03qyxp8hkcc7jcwyq0v0y2diqsvib060pg7y9zk0n07qh0b0apgw"))))
(build-system gnu-build-system)
(native-inputs
`(("doxygen" ,doxygen)