summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-10 21:44:47 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-01-11 03:12:19 +0100
commit7f0bccb559bb287b5330454bead634f85b5d5417 (patch)
tree580a42d80e1bfa8f25b52424fc7ccb22d4f55a8b
parentfc87c7ce464eb76d28d425ec482e901d31b09725 (diff)
downloadpatches-7f0bccb559bb287b5330454bead634f85b5d5417.tar
patches-7f0bccb559bb287b5330454bead634f85b5d5417.tar.gz
gnu: impressive: Update to 0.12.1.
* gnu/packages/pdf.scm (impressive): Update to 0.12.1.
-rw-r--r--gnu/packages/pdf.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 3b6829c4bc..368b2ce69e 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -13,7 +13,7 @@
;;; Copyright © 2017, 2018 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2017, 2018 Rene Saavedra <pacoon@protonmail.com>
-;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2019 Ben Sturmfels <ben@sturm.com.au>
;;; Copyright © 2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
@@ -784,7 +784,7 @@ vector formats.")
(define-public impressive
(package
(name "impressive")
- (version "0.12.0")
+ (version "0.12.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -792,7 +792,7 @@ vector formats.")
version "/Impressive-" version ".tar.gz"))
(sha256
(base32
- "0zaqq3yvd296mfr5bxpj2hqlk7vrb0rsbgd4dc1l5ag46giqvivx"))))
+ "1r7ihv41awnlnlry1kymb8fka053wdhzibfwcarn78rr3vs338vl"))))
(build-system python-build-system)
;; TODO: Add dependency on pdftk.