diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-10-08 17:16:58 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-10-10 18:37:59 +0200 |
commit | feef3b2a08ce7769e29bc27421dbc19724d9ec31 (patch) | |
tree | b7107f88d7c3250fd3debc191f1d23f0961734b5 /gnu/packages/libreoffice.scm | |
parent | 3f6c5b831acbed1dbc84374820b373356c39155f (diff) | |
download | patches-feef3b2a08ce7769e29bc27421dbc19724d9ec31.tar patches-feef3b2a08ce7769e29bc27421dbc19724d9ec31.tar.gz |
gnu: libwpg: Update to 0.3.2.
* gnu/packages/libreoffice.scm (libwpg): Update to 0.3.2.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r-- | gnu/packages/libreoffice.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 64b8e13d61..8344ec97ce 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -223,14 +223,14 @@ ZVR (simple compressed text format).") (define-public libwpg (package (name "libwpg") - (version "0.3.0") + (version "0.3.2") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/" name "/" name "/" name "-" version "/" name "-" version ".tar.xz")) (sha256 (base32 - "097jx8a638fwwfrzf6v29r1yhc34rq9526py7wf0ck2z4fcr2w3g")))) + "0cwc5zkp210c661l0bvk6q21jg9ak5g8gmy578w5fgfnjymz3yjp")))) (build-system gnu-build-system) (native-inputs `(("doxygen" ,doxygen) |