diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2021-01-11 22:25:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2021-01-11 23:31:09 +0100 |
commit | df50d2a02d1fb574b13a3f89eaf061e102ceb424 (patch) | |
tree | 7e3261c41c5e4d6943d96f240257d94b3252a752 /gnu/packages/pdf.scm | |
parent | b226ccf3ff036b8196bce422beb3932b5ee833d1 (diff) |
gnu: podofo: Update to 0.9.7.
* gnu/packages/pdf.scm (podofo): Update to 0.9.7.
[source]: Remove patch.
* gnu/packages/patches/podofo-cmake-3.12.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 224bd792bd..48c2158e7a 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -13,7 +13,7 @@ ;;; Copyright © 2017, 2018 Leo Famulari <[email protected]> ;;; Copyright © 2017 Alex Vong <[email protected]> ;;; Copyright © 2017, 2018 Rene Saavedra <[email protected]> -;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]> +;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2019 Alex Griffin <[email protected]> ;;; Copyright © 2019 Ben Sturmfels <[email protected]> ;;; Copyright © 2019,2020 Hartmut Goebel <[email protected]> @@ -648,15 +648,14 @@ interaction.") (define-public podofo (package (name "podofo") - (version "0.9.6") + (version "0.9.7") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/podofo/podofo/" version "/podofo-" version ".tar.gz")) (sha256 (base32 - "0wj0y4zcmj4q79wrn3vv3xq4bb0vhhxs8yifafwy9f2sjm83c5p9")) - (patches (search-patches "podofo-cmake-3.12.patch")))) + "1f0yvkx6nf99fp741w2y706d8bs9824x1z2gqm3rdy5fv8bfgwkw")))) (build-system cmake-build-system) (native-inputs `(("cppunit" ,cppunit) |