mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: podofo: Update to 0.9.3.
* gnu/packages/pdf.scm (podofo): Update to 0.9.3.
This commit is contained in:
parent
cb6a14ba56
commit
d4322e6111
1 changed files with 2 additions and 2 deletions
|
@ -145,14 +145,14 @@ (define-public xpdf
|
|||
(define-public podofo
|
||||
(package
|
||||
(name "podofo")
|
||||
(version "0.9.2")
|
||||
(version "0.9.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/podofo/podofo-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wx3s0718rmhdzdwyi8hgpf2s92sk3hijy8f4glrmnjpiihr2la6"))))
|
||||
"1n12lbq9x15vqn7dc0hsccp56l5jdff1xrhvlfqlbklxx0qiw9pc"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs ; TODO: Add cppunit for tests
|
||||
`(;; Optional Lua support fails to build with:
|
||||
|
|
Loading…
Reference in a new issue