unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50379] [PATCH] gnu: feh: Update to 3.7.1.
@ 2021-09-04 18:42 Xinglu Chen
  2021-09-06  9:06 ` bug#50379: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-09-04 18:42 UTC (permalink / raw)
  To: 50379

* gnu/packages/image-viewers.scm (feh): Update to 3.7.1.
---
 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 895a331aee..3b45c25e21 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -249,7 +249,7 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")
 (define-public feh
   (package
     (name "feh")
-    (version "3.6.3")
+    (version "3.7.1")
     (home-page "https://feh.finalrewind.org/")
     (source (origin
               (method url-fetch)
@@ -257,7 +257,7 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1d13x8hmvpdc5f5rj4l29ha7iz7wvqxjlvh6il04wq8igzrj0x23"))))
+                "1djqjagp7k9rris1p8wgz0q8albgsd8gasc0hyanbjap3yk1rasp"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases (delete 'configure))

base-commit: e82b103a776e4816682178432fd278aacc3d4004
-- 
2.33.0







^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50379: [PATCH] gnu: feh: Update to 3.7.1.
  2021-09-04 18:42 [bug#50379] [PATCH] gnu: feh: Update to 3.7.1 Xinglu Chen
@ 2021-09-06  9:06 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-09-06  9:06 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 50379-done

Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

> * gnu/packages/image-viewers.scm (feh): Update to 3.7.1.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-06  9:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-04 18:42 [bug#50379] [PATCH] gnu: feh: Update to 3.7.1 Xinglu Chen
2021-09-06  9:06 ` bug#50379: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).