guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: zathura: Update to 0.5.1.


From: guix-commits
Subject: 02/03: gnu: zathura: Update to 0.5.1.
Date: Thu, 22 Sep 2022 03:45:39 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 716f970e6d0dad95fc03f08e0c3ee115a1397e69
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Sep 22 10:25:18 2022 +0300

    gnu: zathura: Update to 0.5.1.
    
    * gnu/packages/pdf.scm (zathura): Update to 0.5.1.
---
 gnu/packages/pdf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index ca4e7f2557..998798a84a 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -625,7 +625,7 @@ by using the poppler rendering engine.")
 (define-public zathura
   (package
     (name "zathura")
-    (version "0.4.9")
+    (version "0.5.1")
     (source (origin
               (method url-fetch)
               (uri
@@ -633,7 +633,7 @@ by using the poppler rendering engine.")
                               version ".tar.xz"))
               (sha256
                (base32
-                "0msy7s57mlx0wya99qpia4fpcy40pbj253kmx2y97nb0sqnc8c7w"))))
+                "1c8vmfpghqlq5kdnq92bzzp2grym3x3kxxxqgs51178s4z7639lq"))))
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("gettext" ,gettext-minimal)
                      ("glib:bin" ,glib "bin")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]