guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: poppler: Update to 22.01.0.


From: guix-commits
Subject: 05/06: gnu: poppler: Update to 22.01.0.
Date: Sat, 5 Feb 2022 18:57:39 -0500 (EST)

lilyp pushed a commit to branch core-updates
in repository guix.

commit 0989c839dd36874da06847e987994d215222718c
Author: Remco van 't Veer <remco@remworks.net>
AuthorDate: Thu Jan 27 18:26:43 2022 +0100

    gnu: poppler: Update to 22.01.0.
    
    * gnu/packages/pdf.scm (poppler): Update to 22.01.0.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 fb4e545160..eda93ba981 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -224,14 +224,14 @@ please install the @code{flyer-composer-gui} package.")))
 (define-public poppler
   (package
    (name "poppler")
-   (version "21.07.0")
+   (version "22.01.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://poppler.freedesktop.org/poppler-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1m54hsi8z6c13jdbjwz55flkra1mahmkw2igavbf8p86d2gv4sp2"))))
+              "0giin9klpj7264n4rl8qwvc6rh650ap2qg39bhz431jvdc2r6d3x"))))
    (build-system cmake-build-system)
    ;; FIXME:
    ;;  use libcurl:        no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]