kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit b1f09a35697bde3b8145ca2308229c8f0cfb8804
Author: Kei Kebreau <[email protected]>
AuthorDate: Thu Apr 23 14:26:22 2020 -0400
gnu: eog-plugins: Update to 3.26.5.
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.5.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index af18ee2..4318783 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5136,7 +5136,7 @@ supports image conversion, rotation, and slideshows.")
;; 'XDG_DATA_DIRS' appropriately set.
(package
(name "eog-plugins")
- (version "3.26.4")
+ (version "3.26.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/eog-plugins/"
@@ -5144,7 +5144,7 @@ supports image conversion, rotation, and slideshows.")
"eog-plugins-" version ".tar.xz"))
(sha256
(base32
- "0pd7fqa4ciy5844k5s1c6rlsqkk8pxd8cchxjcjhxlsngm9lynnx"))))
+ "162lkcm4j948r44cp9b3h7b6qaj4ddwzkah0ih1vwwlj0l4qx5j4"))))
(build-system gnu-build-system)
(home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins")
(synopsis "Extensions for the Eye of GNOME image viewer")