guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ytfzf: Update to 2.6.0.


From: guix-commits
Subject: branch master updated: gnu: ytfzf: Update to 2.6.0.
Date: Sat, 20 May 2023 11:47:13 -0400

This is an automated email from the git hooks/post-receive script.

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bd7b795aeb gnu: ytfzf: Update to 2.6.0.
bd7b795aeb is described below

commit bd7b795aeb9d35ac7b825ad4d0cf0088f18e1167
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Fri May 12 15:38:39 2023 +0200

    gnu: ytfzf: Update to 2.6.0.
    
    * gnu/packages/image-viewers.scm (ytfzf): Update to 2.6.0.
---
 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 db7a44d4ff..77500bad4f 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -112,7 +112,7 @@
 (define-public ytfzf
   (package
     (name "ytfzf")
-    (version "2.5.2")
+    (version "2.6.0")
     (home-page "https://github.com/pystardust/ytfzf";)
     (source
      (origin
@@ -123,7 +123,7 @@
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "138rqjjyh6ar951v0v5sl1v000ja8zznn141qqw8ymx5h2z44r6w"))))
+        (base32 "19wmzpbc23515ab4v4pw792x68y7bgsqhd2pmlqiq6bp6jxfrykg"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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