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
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

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))