unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38732] [PATCH] gnu: poppler: Update to 0.83.0.
@ 2019-12-24 15:05 Hartmut Goebel
  2019-12-24 16:14 ` Efraim Flashner
  0 siblings, 1 reply; 6+ messages in thread
From: Hartmut Goebel @ 2019-12-24 15:05 UTC (permalink / raw)
  To: 38732

* gnu/packages/pdf.scm (poppler): Update to 0.83.0.
---
 gnu/packages/pdf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index ebe0168ff2..b5ce6e4c2c 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -90,14 +90,14 @@
 (define-public poppler
   (package
    (name "poppler")
-   (version "0.79.0")
+   (version "0.83.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://poppler.freedesktop.org/poppler-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1j18jlv1q6h21azb939gqjsgcbsh5qcd8dwxdmad54p5ixha91gr"))))
+              "16vr1g5qsqwyxfnyikqw37i04x9zpp45far2x90c7qbijw6nap38"))))
    (build-system cmake-build-system)
    ;; FIXME:
    ;;  use libcurl:        no
-- 
2.21.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-01-08 21:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-24 15:05 [bug#38732] [PATCH] gnu: poppler: Update to 0.83.0 Hartmut Goebel
2019-12-24 16:14 ` Efraim Flashner
2019-12-26 14:53   ` bug#38732: " Hartmut Goebel
2019-12-26 15:02     ` [bug#38732] " Marius Bakke
2019-12-26 15:53       ` Hartmut Goebel
2020-01-08 21:15         ` Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).