[PATCH] gnu: feh: Update to 3.10.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 9 months ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
2ad5316b893d5aae9d035a9ebf7d17eb97eda1ba.1717693016.git.poptsov.artyom@gmail.com
* gnu/packages/image-viewers.scm (feh): Update to 3.10.2.

Change-Id: I4882d53304b9756be0ff66c2044c91c62dacf8a6
---
gnu/packages/image-viewers.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index dab7d9d1f2..5c6618c706 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -27,6 +27,7 @@
;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022 Tomasz Jeneralczyk <tj@schwi.pl>
;;; Copyright © 2022 Cairn <cairn@pm.me>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -178,7 +179,7 @@ (define-public ytfzf
(define-public feh
(package
(name "feh")
- (version "3.10")
+ (version "3.10.2")
(home-page "https://feh.finalrewind.org/")
(source (origin
(method url-fetch)
@@ -186,7 +187,7 @@ (define-public feh
name "-" version ".tar.bz2"))
(sha256
(base32
- "166cayf1zh84y5bfaykxmi7ypxvq36hnjsbnwbjzx7zyvkvd2w8x"))))
+ "0sc9dqcqz33pkc9x4m5i9lpq8avq5mhk3x0cdy3rhlsww9ysg52z"))))
(build-system gnu-build-system)
(arguments
(list #:phases

base-commit: 3d5f4b2d7dda29d749128fbe80f6ad28f52f09b1
--
2.45.1
Andreas Enge wrote 9 months ago
Close
(address . 71400-done@debbugs.gnu.org)
ZmbPbX1c_eQ46dsJ@jurong
Pushed, thanks!

Andreas
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71400@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71400
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help