guix-commits
[Top][All Lists]
Advanced

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

12/14: gnu: zathura-pdf-poppler: Update to 0.3.1.


From: guix-commits
Subject: 12/14: gnu: zathura-pdf-poppler: Update to 0.3.1.
Date: Sun, 12 Feb 2023 09:59:00 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 4cf0c6ee6da25c6e0fe9185e5b59cc21c6ae2163
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 12 16:39:30 2023 +0200

    gnu: zathura-pdf-poppler: Update to 0.3.1.
    
    * gnu/packages/pdf.scm (zathura-pdf-poppler): Update to 0.3.1.
---
 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 5b930bc464..30fbceb24f 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -596,7 +596,7 @@ by using the @code{mupdf} rendering library.")
 (define-public zathura-pdf-poppler
   (package
     (name "zathura-pdf-poppler")
-    (version "0.3.0")
+    (version "0.3.1")
     (source (origin
               (method url-fetch)
               (uri
@@ -604,7 +604,7 @@ by using the @code{mupdf} rendering library.")
                               version ".tar.xz"))
               (sha256
                (base32
-                "1vfl4vkyy3rf39r1sqaa7y8113bgkh2bkfq3nn2inis9mrykmk6m"))))
+                "12qhkshpp1wjfpjmjccsyi6wscqyqvaa19j85prjpyf65i9jg0gf"))))
     (native-inputs (list pkg-config))
     (inputs
      (list poppler zathura))



reply via email to

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