mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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>
This commit is contained in:
parent
0665803ed7
commit
bab73e413b
1 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@ (define-public ytfzf
|
|||
(define-public feh
|
||||
(package
|
||||
(name "feh")
|
||||
(version "3.10.2")
|
||||
(version "3.10.3")
|
||||
(home-page "https://feh.finalrewind.org/")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -187,7 +187,7 @@ (define-public feh
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0sc9dqcqz33pkc9x4m5i9lpq8avq5mhk3x0cdy3rhlsww9ysg52z"))))
|
||||
"1j79850gwrjamgc22cv1hiynia4w5lc8qbhww3qpl8bhjxwy49jl"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Loading…
Reference in a new issue