[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: libmwaw: Update to 0.3.17.
From: |
guix-commits |
Subject: |
06/07: gnu: libmwaw: Update to 0.3.17. |
Date: |
Sun, 29 Nov 2020 17:16:13 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit c5f8334b8739d96b2a26dd1c3610c5babae94eff
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 29 23:14:06 2020 +0100
gnu: libmwaw: Update to 0.3.17.
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.17.
---
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 76836d7..d2bf5b0 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -713,19 +713,19 @@ text documents, vector drawings, presentations and
spreadsheets.")
(define-public libmwaw
(package
(name "libmwaw")
- (version "0.3.16")
+ (version "0.3.17")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/libmwaw/libmwaw/libmwaw-"
version "/libmwaw-" version ".tar.xz"))
(sha256
- (base32 "0s0qvrmxzs8wv4304p7zx9mrasglyaszafqrfmaxwyr9lpdrwqqc"))))
+ (base32 "074ipcq9w7jbd5x316dzclddgia2ydw098ph9d7p3d713pmkf5cf"))))
(build-system gnu-build-system)
(native-inputs
`(("doxygen" ,doxygen)
("pkg-config" ,pkg-config)))
- (propagated-inputs ; in Requires field of .pkg
+ (propagated-inputs ; in Requires field of .pc file
`(("librevenge" ,librevenge)))
(inputs
`(("boost" ,boost)
- branch master updated (a79041f -> a8ffe16), guix-commits, 2020/11/29
- 02/07: gnu: libtermkey: Update to 0.22., guix-commits, 2020/11/29
- 01/07: gnu: libtermkey: Prepare for cross-compilation., guix-commits, 2020/11/29
- 03/07: gnu: altermime: Update to 0.3.11., guix-commits, 2020/11/29
- 04/07: gnu: unionfs-fuse: Update to 2.1., guix-commits, 2020/11/29
- 06/07: gnu: libmwaw: Update to 0.3.17.,
guix-commits <=
- 07/07: gnu: mcelog: Update to 173., guix-commits, 2020/11/29
- 05/07: gnu: libphidget: Update to 2.1.9.20190409., guix-commits, 2020/11/29