all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53971] [PATCH] gnu: feh: Update to 3.8.
@ 2022-02-13 15:17 Jai Vetrivelan
  2022-02-14  9:58 ` bug#53971: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Jai Vetrivelan @ 2022-02-13 15:17 UTC (permalink / raw)
  To: 53971

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-feh-Update-to-3.8.patch --]
[-- Type: text/patch, Size: 1962 bytes --]

From e2c69008fac8c73823e98f84ae8f112d37a99837 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Sun, 13 Feb 2022 20:17:19 +0530
Subject: [PATCH] gnu: feh: Update to 3.8.

* gnu/packages/image-viewers.scm (feh): Update to 3.8.
[inputs]: Sort lexically.
---
 gnu/packages/image-viewers.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 641b5a52da..ac2084ec54 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -255,7 +255,7 @@ (define-public ytfzf
 (define-public feh
   (package
     (name "feh")
-    (version "3.7.2")
+    (version "3.8")
     (home-page "https://feh.finalrewind.org/")
     (source (origin
               (method url-fetch)
@@ -263,7 +263,7 @@ (define-public feh
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0n42kj18ldlcmrmk5qir9gs9irdl1vz9913n8p941x8cfb98ywc4"))))
+                "1a9bsq5j9sl2drzkab0hdhnamalpaszw9mz2prz6scrr5dak8g3z"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases (delete 'configure))
@@ -275,13 +275,13 @@ (define-public feh
              "inotify=1")))
     (native-inputs
      (list perl perl-test-command))
-    (inputs (list imlib2
-                  curl
+    (inputs (list curl
+                  imlib2
                   libexif
                   libpng
-                  libxt
                   libx11
-                  libxinerama))
+                  libxinerama
+                  libxt))
     (native-search-paths
      ;; Feh allows overriding the libcurl builtin CA path (unset in Guix)
      ;; with the same variable as the `curl` command line HTTP tool.

base-commit: e8af2ea63a7f497b8f8e19e206645109c0646e72
prerequisite-patch-id: 417e8c748b314912f04d95685868207136d7de23
-- 
2.34.0





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

* bug#53971: [PATCH] gnu: feh: Update to 3.8.
  2022-02-13 15:17 [bug#53971] [PATCH] gnu: feh: Update to 3.8 Jai Vetrivelan
@ 2022-02-14  9:58 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-02-14  9:58 UTC (permalink / raw)
  To: Jai Vetrivelan; +Cc: 53971-done

Hello,

Jai Vetrivelan <jaivetrivelan@gmail.com> writes:

> * gnu/packages/image-viewers.scm (feh): Update to 3.8.
> [inputs]: Sort lexically.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-02-14  9:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-13 15:17 [bug#53971] [PATCH] gnu: feh: Update to 3.8 Jai Vetrivelan
2022-02-14  9:58 ` bug#53971: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.