guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: qiv: Update to 2.3.3.


From: guix-commits
Subject: 03/05: gnu: qiv: Update to 2.3.3.
Date: Thu, 11 May 2023 14:37:47 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit ce6a1b29bd7e1da989bef503c38a3f9c6a880c70
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu May 11 21:33:05 2023 +0300

    gnu: qiv: Update to 2.3.3.
    
    * gnu/packages/image-viewers.scm (qiv): Update to 2.3.3.
---
 gnu/packages/image-viewers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index a5b3e3e825..db7a44d4ff 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -829,14 +829,14 @@ with tiling window managers.  Features include:
 (define-public qiv
   (package
     (name "qiv")
-    (version "2.3.2")
+    (version "2.3.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://spiegl.de/qiv/download/qiv-";
                            version ".tgz"))
        (sha256
-        (base32 "1mc0f2nnas4q0d7zc9r6g4z93i32xlx0p9hl4fn5zkyml24a1q28"))
+        (base32 "011pad6gvmpphiv85yq820w3m79m3spfafarcsrhb2ylwbymy27g"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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