diff options
| author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2019-01-10 15:07:10 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-12 12:14:31 +0100 |
| commit | 7d8baff97be6654fe2910ea54544cb273d9fc560 (patch) | |
| tree | ae276317e8aad1c2e11ae9e4f21414c42c59d566 /gnu | |
| parent | 24155bf40db2dfd25c167f41452ea0227a712654 (diff) | |
gnu: impressive: Update to 0.12.0.
* gnu/packages/pdf.scm (impressive): Update to 0.12.0.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/pdf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index a881fe34e18..454712f9231 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -785,7 +785,7 @@ vector formats.") (define-public impressive (package (name "impressive") - (version "0.11.1") + (version "0.12.0") (source (origin (method url-fetch) (uri (string-append @@ -793,7 +793,7 @@ vector formats.") version "/Impressive-" version ".tar.gz")) (sha256 (base32 - "0b3rmy6acp2vmf5nill3aknxvr9a5aawk1vnphkah61anxp62gsr")))) + "0zaqq3yvd296mfr5bxpj2hqlk7vrb0rsbgd4dc1l5ag46giqvivx")))) (build-system python-build-system) ;; TODO: Add dependency on pdftk. |
