1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-16 06:05:54 +02:00

gnu: zathura-pdf-poppler: Update to 0.3.1.

* gnu/packages/pdf.scm (zathura-pdf-poppler): Update to 0.3.1.
This commit is contained in:
Efraim Flashner
2023-02-12 16:39:30 +02:00
parent 10049e35ab
commit 4cf0c6ee6d
+2 -2
View File
@@ -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))