gnu: feh: Update to 3.6.3.

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

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Xinglu Chen 2021-03-02 15:38:21 +01:00 committed by Tobias Geerinckx-Rice
parent 673ab1cdb4
commit 7bcbf35efa
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -16,6 +16,7 @@
;;; Copyright © 2020 R Veera Kumar <vkor@vkten.in> ;;; Copyright © 2020 R Veera Kumar <vkor@vkten.in>
;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz> ;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2021 Rovanion Luckey <rovanion.luckey@gmail.com> ;;; Copyright © 2021 Rovanion Luckey <rovanion.luckey@gmail.com>
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -76,7 +77,7 @@
(define-public feh (define-public feh
(package (package
(name "feh") (name "feh")
(version "3.6.2") (version "3.6.3")
(home-page "https://feh.finalrewind.org/") (home-page "https://feh.finalrewind.org/")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -84,7 +85,7 @@
name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0d66qz9h37pk8h10bc918hbv3j364vyni934rlw2j951s5wznj8n")))) "1d13x8hmvpdc5f5rj4l29ha7iz7wvqxjlvh6il04wq8igzrj0x23"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases (modify-phases %standard-phases (delete 'configure)) '(#:phases (modify-phases %standard-phases (delete 'configure))