diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-18 23:24:48 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-18 23:25:05 +0200 |
commit | 39427f9042c49d8fd6bea8349a51903c69901898 (patch) | |
tree | 13ea220cbe89530d98c44d889779b365b1cb058b | |
parent | 0a1a93b4aabb8a2c0ee50f70a3cef7d4e7c626d8 (diff) | |
download | guix-39427f9042c49d8fd6bea8349a51903c69901898.tar guix-39427f9042c49d8fd6bea8349a51903c69901898.tar.gz |
gnu: eog-plugins: Update to 3.26.1.
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.1.
-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 cc338666d8..fa71ce2522 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3824,7 +3824,7 @@ supports image conversion, rotation, and slideshows.") ;; 'XDG_DATA_DIRS' appropriately set. (package (name "eog-plugins") - (version "3.25.1") + (version "3.26.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3832,7 +3832,7 @@ supports image conversion, rotation, and slideshows.") name "-" version ".tar.xz")) (sha256 (base32 - "0an04z8v83qa6j950rbwdzf1s86y7zd8h1r4p2x36fwbkk1m617q")))) + "0v45f2m3b60ygkwpq6jrl49nwrivw6qy0ciibpv821qrm73hsgd7")))) (build-system gnu-build-system) (home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins") (synopsis "Extensions for the Eye of GNOME image viewer") |