iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit 4f4992e9fb3f5f760ac5a3621ff8e2bfee1c1e07
Author: 宋文武 <[email protected]>
Date: Thu Apr 7 09:33:22 2016 +0800
gnu: eog: Update to 3.20.0.
* gnu/packages/gnome.scm (eog): Update to 3.20.0.
---
gnu/packages/gnome.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3ea9e64..b80d1c7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3201,7 +3201,7 @@ supports playlists, song ratings, and any codecs
installed through gstreamer.")
(define-public eog
(package
(name "eog")
- (version "3.18.1")
+ (version "3.20.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -3209,7 +3209,7 @@ supports playlists, song ratings, and any codecs
installed through gstreamer.")
name "-" version ".tar.xz"))
(sha256
(base32
- "19wkawrcwjjcvlmizkj57qycnbgizhr8ck3j5qg70605d1xb8yvv"))))
+ "0avy7sss6rf659rxipvp3gbqw083liq627lxjpfp1ij34hbmqwfv"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:phases