~ruther/guix-local

f0b59236de2ba11f9f060137f73b3d40d30ece75 — Cayetano Santos 10 months ago d00b747
gnu: zathura: Update to 0.5.12.

* gnu/packages/pdf.scm (zathura): Update to 0.5.12.
[source]: Switch to git fetch and update url.

Change-Id: I54f68cc635789ee2422b2adf3b0478b5e2d53e45
Signed-off-by: Zheng Junjie <z572@z572.online>
1 files changed, 7 insertions(+), 6 deletions(-)

M gnu/packages/pdf.scm
M gnu/packages/pdf.scm => gnu/packages/pdf.scm +7 -6
@@ 781,15 781,16 @@ by using the poppler rendering engine.")
(define-public zathura
  (package
    (name "zathura")
    (version "0.5.6")
    (version "0.5.12")
    (source (origin
              (method url-fetch)
              (uri
               (string-append "https://pwmt.org/projects/zathura/download/zathura-"
                              version ".tar.xz"))
              (method git-fetch)
              (uri (git-reference
                     (url "https://github.com/pwmt/zathura.git/")
                     (commit version)))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1nhhdww8z6i2cmj7n6qjgyh49dy4jf0xq4j13djpvrfchxgf6y5l"))))
                "1wrr9vr0d83kawkg0wj4i91g293cbjgyhmfspf4bxbs62x77zb9m"))))
    (build-system meson-build-system)
    (arguments
     (list