me
/
guix
Archived
1
0
Fork 0

gnu: libmwaw: Update to 0.3.17.

* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.17.
master
Tobias Geerinckx-Rice 2020-11-29 23:14:06 +01:00
parent 890d4ce6de
commit c5f8334b87
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -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)