gnu: feh: Update to 3.10.3.
* gnu/packages/image-viewers.scm (feh): Update to 3.10.3. Change-Id: I2b997670ae628f231ade8cc2054f0e121d913598 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>master
parent
0665803ed7
commit
bab73e413b
|
@ -179,7 +179,7 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")
|
||||||
(define-public feh
|
(define-public feh
|
||||||
(package
|
(package
|
||||||
(name "feh")
|
(name "feh")
|
||||||
(version "3.10.2")
|
(version "3.10.3")
|
||||||
(home-page "https://feh.finalrewind.org/")
|
(home-page "https://feh.finalrewind.org/")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -187,7 +187,7 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sc9dqcqz33pkc9x4m5i9lpq8avq5mhk3x0cdy3rhlsww9ysg52z"))))
|
"1j79850gwrjamgc22cv1hiynia4w5lc8qbhww3qpl8bhjxwy49jl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
|
Reference in New Issue