gnu: zathura: Update to 0.5.1.

* gnu/packages/pdf.scm (zathura): Update to 0.5.1.
This commit is contained in:
Efraim Flashner 2022-09-22 10:25:18 +03:00
parent 6f2e28f026
commit 716f970e6d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

@ -625,7 +625,7 @@ by using the poppler rendering engine.")
(define-public zathura (define-public zathura
(package (package
(name "zathura") (name "zathura")
(version "0.4.9") (version "0.5.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -633,7 +633,7 @@ by using the poppler rendering engine.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0msy7s57mlx0wya99qpia4fpcy40pbj253kmx2y97nb0sqnc8c7w")))) "1c8vmfpghqlq5kdnq92bzzp2grym3x3kxxxqgs51178s4z7639lq"))))
(native-inputs `(("pkg-config" ,pkg-config) (native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal) ("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin") ("glib:bin" ,glib "bin")