me
/
guix
Archived
1
0
Fork 0

gnu: zathura: Update to 0.4.8.

* gnu/packages/pdf.scm (zathura): Update to 0.4.8.
Marius Bakke 2021-08-01 16:50:32 +02:00
parent 4a8a184278
commit 536bec1ce5
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -606,7 +606,7 @@ by using the poppler rendering engine.")
(define-public zathura
(package
(name "zathura")
(version "0.4.7")
(version "0.4.8")
(source (origin
(method url-fetch)
(uri
@ -614,7 +614,7 @@ by using the poppler rendering engine.")
version ".tar.xz"))
(sha256
(base32
"1rx1fk9s556fk59lmqgvhwrmv71ashh89bx9adjq46wq5gzdn4p0"))))
"1nr0ym1mi2afk4ycdf1ppmkcv7i7hyzwn4p3r4m0j2qm3nvaiami"))))
(native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")