diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2020-04-23 14:26:22 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-05-12 10:49:54 -0400 |
commit | f073b8b31682324dce8de398d2dadc6101fd6a08 (patch) | |
tree | 2694cb8ad7b44aded663d80f3df3a92e6c8384b9 | |
parent | e30df0ad0908d31740f78669ce60cf7ac26347d8 (diff) | |
download | guix-f073b8b31682324dce8de398d2dadc6101fd6a08.tar.gz |
gnu: eog-plugins: Update to 3.26.5.
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.5.
-rw-r--r-- | 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 55331b6f66..578e9aa2be 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") |