[PATCH] gnu: eog: Update to 44.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
6d64562d4c8984a4d12edd757d48d0fada3895a5.1699961885.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (eog): Update to 44.3.

Change-Id: I3088d9213fe044746d8043d01c0243ce19e616e9
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2958da2cd9..bd5bb00d90 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6798,7 +6798,7 @@ (define-public rhythmbox
(define-public eog
(package
(name "eog")
- (version "42.3")
+ (version "44.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -6806,7 +6806,7 @@ (define-public eog
name "-" version ".tar.xz"))
(sha256
(base32
- "0fpl8wz1j10r59m20d61b7wmp8ga48dd7svqv1a2ip66ig1b7h9h"))))
+ "134xvb2fcfh6ciyk2f3rh7khh7b2n8lr13sc977zhbs39c7xgcnn"))))
(build-system meson-build-system)
(arguments
(list

base-commit: 72e886328c14c832b2ed71c400069b63852ee18d
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2] gnu: eog: Update to 44.3.
(address . 67163@debbugs.gnu.org)
7d64562d4c8984a4d12edd757d48d0fada3895a5.1699961885.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (eog): Update to 44.3.

Change-Id: I3088d9213fe044746d8043d01c0243ce19e616e9
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2958da2cd9..bd5bb00d90 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6798,7 +6798,7 @@ (define-public rhythmbox
(define-public eog
(package
(name "eog")
- (version "42.3")
+ (version "44.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -6806,7 +6806,7 @@ (define-public eog
name "-" version ".tar.xz"))
(sha256
(base32
- "0fpl8wz1j10r59m20d61b7wmp8ga48dd7svqv1a2ip66ig1b7h9h"))))
+ "134xvb2fcfh6ciyk2f3rh7khh7b2n8lr13sc977zhbs39c7xgcnn"))))
(build-system meson-build-system)
(arguments
(list

base-commit: 72e886328c14c832b2ed71c400069b63852ee18d
--
2.41.0
Liliana Marie Prikler wrote 1 years ago
(address . control@debbugs.gnu.org)
a3be7f88f60008ef529d85f0a3e23eea1ceacd7c.camel@gmail.com
close 67354
close 67223
close 67167
close 67163
close 67413
close 67353
close 67348
thanks
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 67163
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