[PATCH] gnu: eog-plugins: Update to 3.26.6.

  • Done
  • quality assurance status badge
Details
One participant
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20201220090501.10387-1-mike@rohleder.de
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.6.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index aff8f89640..2c67c56387 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6281,7 +6281,7 @@ supports image conversion, rotation, and slideshows.")
;; 'XDG_DATA_DIRS' appropriately set.
(package
(name "eog-plugins")
- (version "3.26.4")
+ (version "3.26.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/eog-plugins/"
@@ -6289,7 +6289,7 @@ supports image conversion, rotation, and slideshows.")
"eog-plugins-" version ".tar.xz"))
(sha256
(base32
- "0pd7fqa4ciy5844k5s1c6rlsqkk8pxd8cchxjcjhxlsngm9lynnx"))))
+ "110sq9qh46vk9wfj0gwsslx82z4pp67r85kd701c17ax5wqx2mvp"))))
(build-system gnu-build-system)
(home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins")
(synopsis "Extensions for the Eye of GNOME image viewer")
--
2.29.2
Michael Rohleder wrote 4 years ago
control message for bug #45334
(address . control@debbugs.gnu.org)
871rfko0e3.fsf@rohleder.de
tags 45334 fixed
close 45334
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45334@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45334
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help