mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: impressive: Update to 0.12.1.
* gnu/packages/pdf.scm (impressive): Update to 0.12.1.
This commit is contained in:
parent
fc87c7ce46
commit
7f0bccb559
1 changed files with 3 additions and 3 deletions
|
@ -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 @@ (define-public python2-reportlab
|
|||
(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 @@ (define-public impressive
|
|||
version "/Impressive-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0zaqq3yvd296mfr5bxpj2hqlk7vrb0rsbgd4dc1l5ag46giqvivx"))))
|
||||
"1r7ihv41awnlnlry1kymb8fka053wdhzibfwcarn78rr3vs338vl"))))
|
||||
(build-system python-build-system)
|
||||
|
||||
;; TODO: Add dependency on pdftk.
|
||||
|
|
Loading…
Reference in a new issue