mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: eog: Update to 3.18.1.
* gnu/packages/gnome.scm (eog): Update to 3.18.1.
This commit is contained in:
parent
3acae17019
commit
5d73ac0688
1 changed files with 2 additions and 2 deletions
|
@ -3168,7 +3168,7 @@ (define-public rhythmbox
|
|||
(define-public eog
|
||||
(package
|
||||
(name "eog")
|
||||
(version "3.16.2")
|
||||
(version "3.18.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -3176,7 +3176,7 @@ (define-public eog
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0frw1b5jix9pffznav5s7ajjx91a8rv5lf4sjvjv3fw65mbnhbw0"))))
|
||||
"19wkawrcwjjcvlmizkj57qycnbgizhr8ck3j5qg70605d1xb8yvv"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue