[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: libmwaw: Update to 0.3.16.
From: |
guix-commits |
Subject: |
03/06: gnu: libmwaw: Update to 0.3.16. |
Date: |
Sat, 3 Oct 2020 10:51:47 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 325ab63785695c204a42de53cb847eebec03620d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Oct 3 15:34:47 2020 +0200
gnu: libmwaw: Update to 0.3.16.
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.16.
---
gnu/packages/libreoffice.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index b85a3a6..9ff3125 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -712,14 +712,14 @@ text documents, vector drawings, presentations and
spreadsheets.")
(define-public libmwaw
(package
(name "libmwaw")
- (version "0.3.15")
+ (version "0.3.16")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/libmwaw/libmwaw/libmwaw-"
version "/libmwaw-" version ".tar.xz"))
- (sha256 (base32
- "1cdhm9yhanyv3w4vr73zhgyynmkhhkp3dyld7m11jd2yy04vnh04"))))
+ (sha256
+ (base32 "0s0qvrmxzs8wv4304p7zx9mrasglyaszafqrfmaxwyr9lpdrwqqc"))))
(build-system gnu-build-system)
(native-inputs
`(("doxygen" ,doxygen)
- branch master updated (2bfbe07 -> 36045fa), guix-commits, 2020/10/03
- 01/06: gnu: protobuf: Update to 1.3.3., guix-commits, 2020/10/03
- 03/06: gnu: libmwaw: Update to 0.3.16.,
guix-commits <=
- 02/06: gnu: geonkick: Update to 2.3.8., guix-commits, 2020/10/03
- 04/06: gnu: libstaroffice: Update to 0.0.7., guix-commits, 2020/10/03
- 05/06: gnu: protonvpn-cli: Prefix Python input names with ‘python-’., guix-commits, 2020/10/03
- 06/06: gnu: protonvpn-cli: Add python-jinja2 input., guix-commits, 2020/10/03