diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-25 15:26:02 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-02 10:54:36 +0000 |
commit | 09b72091d0d8320a764c7889376c4d273261f54c (patch) | |
tree | b01b5bf0e38ec70a71c57b6aea491bf133aa421e /gnu | |
parent | 202749383546b990eb5d1cdf1a931ba374e8bfba (diff) | |
download | guix-09b72091d0d8320a764c7889376c4d273261f54c.tar.gz |
gnu: eog-plugins: Update to 3.26.7.
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.7.
Diffstat (limited to 'gnu')
-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 c6df6cd910..6afd815450 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6431,7 +6431,7 @@ supports image conversion, rotation, and slideshows.") ;; 'XDG_DATA_DIRS' appropriately set. (package (name "eog-plugins") - (version "3.26.4") + (version "3.26.7") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/eog-plugins/" @@ -6439,7 +6439,7 @@ supports image conversion, rotation, and slideshows.") "eog-plugins-" version ".tar.xz")) (sha256 (base32 - "0pd7fqa4ciy5844k5s1c6rlsqkk8pxd8cchxjcjhxlsngm9lynnx")))) + "0gbvl54hjawcrj2cbkvsw5jx11p6jv1xkc58c8ikwwpb56gc3ric")))) (build-system gnu-build-system) (home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins") (synopsis "Extensions for the Eye of GNOME image viewer") |