diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-05-11 18:28:33 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-05-11 18:42:43 +0200 |
commit | 1a4e553069a3c22f28bfd43d044993285ddfa96a (patch) | |
tree | 1bce8aae4b5f0193822c5a8e67d5be04f48552e1 /gnu/packages/gnome.scm | |
parent | 4f38754180bc880f6986b333b8e15e63709fb550 (diff) | |
download | guix-1a4e553069a3c22f28bfd43d044993285ddfa96a.tar guix-1a4e553069a3c22f28bfd43d044993285ddfa96a.tar.gz |
gnu: eog-plugins: Update to 3.26.2.
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.2.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 9ae04b8695..9e9688456d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3875,7 +3875,7 @@ supports image conversion, rotation, and slideshows.") ;; 'XDG_DATA_DIRS' appropriately set. (package (name "eog-plugins") - (version "3.26.1") + (version "3.26.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3883,7 +3883,7 @@ supports image conversion, rotation, and slideshows.") name "-" version ".tar.xz")) (sha256 (base32 - "0v45f2m3b60ygkwpq6jrl49nwrivw6qy0ciibpv821qrm73hsgd7")))) + "1w8zw7kwfvlwlyb1k1inqdvbwnzq959sqawlmnwfb8ykn98hbk8y")))) (build-system gnu-build-system) (home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins") (synopsis "Extensions for the Eye of GNOME image viewer") |