guix-commits
[Top][All Lists]
Advanced

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

12/19: gnu: poppler: Update to 22.09.0.


From: guix-commits
Subject: 12/19: gnu: poppler: Update to 22.09.0.
Date: Thu, 8 Sep 2022 15:45:20 -0400 (EDT)

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

commit c37a31e9abbc54d284096e4684f6dc2e094dbd7d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 5 14:07:36 2022 +0200

    gnu: poppler: Update to 22.09.0.
    
    * gnu/packages/pdf.scm (poppler): Update to 22.09.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 f8a122cf0a..cf4d9c872f 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -227,14 +227,14 @@ please install the @code{flyer-composer-gui} package.")))
 (define-public poppler
   (package
    (name "poppler")
-   (version "22.07.0")
+   (version "22.09.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://poppler.freedesktop.org/poppler-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0a1lmyg3sxxq41z0xmxa889qdx1jwqiybcsr28ay50ipqk2k00j2"))))
+              "0bhyli95h3dkirjc0ibh08s4nim6rn7f38sbfzdwln8k454gga6p"))))
    (build-system cmake-build-system)
    ;; FIXME:
    ;;  use libcurl:        no



reply via email to

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